forked from eclipse-openj9/openj9
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Invoke VirtualThread J9Hooks after releasing VirtualThread List Mutex
The VirtualThread J9Hooks trigger callbacks which can utilize JVMTI RawMonitors. The usage of JVMTI RawMonitors can conflict with the J9JavaVM->liveVirtualThreadListMutex and lead to deadlocks. So, these J9Hooks should be invoked after the liveVirtualThreadListMutex is released to avoid deadlocks. Related: eclipse-openj9#16826 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
- Loading branch information
Showing
1 changed file
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters