Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atomic-free JNI work #1823

Merged
merged 1 commit into from
May 2, 2018
Merged

Atomic-free JNI work #1823

merged 1 commit into from
May 2, 2018

Conversation

gacholio
Copy link
Contributor

@gacholio gacholio commented May 2, 2018

In JVMTI, do not enter the VM multiple times. Entering the VM allows
the GC to run, which corrupts any object pointers fetched between
successive enters.

Signed-off-by: Graham Chapman [email protected]

In JVMTI, do not enter the VM multiple times.  Entering the VM allows
the GC to run, which corrupts any object pointers fetched between
successive enters.

Signed-off-by: Graham Chapman <[email protected]>
@gacholio gacholio requested a review from DanHeidinga May 2, 2018 14:02
Copy link
Member

@DanHeidinga DanHeidinga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@DanHeidinga
Copy link
Member

I'm not going to run a build on this as it's 99% under ifdef and the travis.ci compile covers the removed line.

@DanHeidinga DanHeidinga merged commit 6bc97d8 into eclipse-openj9:master May 2, 2018
@DanHeidinga DanHeidinga self-assigned this May 2, 2018
@pshipton pshipton mentioned this pull request Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants