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

Fixed deadlock. #12

Merged
merged 1 commit into from Apr 11, 2016
Merged

Fixed deadlock. #12

merged 1 commit into from Apr 11, 2016

Conversation

varming
Copy link
Contributor

@varming varming commented Feb 19, 2016

Don't call JVMTI method when holding monitor_. This prevents a deadlock where a jvmti method is blocked on a safepoint and the VM thread calls ObjectFree deadlocking when trying to acquire monitor_.

@mariusae mariusae merged commit 26b29ff into mariusae:master Apr 11, 2016
@mariusae
Copy link
Owner

Thank you! Sorry about the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants