-
Enhancement
-
Resolution: Fixed
-
P5
-
9
-
b40
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083443 | emb-9 | Tobias Hartmann | P5 | Resolved | Fixed | b40 |
The osr specific methods of InstanceKlass invoke 'lock_without_safepoint_check()' and 'unlock()' on OsrList_lock. This is hard to read and error prone because we have to explicitly unlock.
A MutexLockerEx with the '_no_safepoint_check_flag' should be used instead.
A MutexLockerEx with the '_no_safepoint_check_flag' should be used instead.
- backported by
-
JDK-8083443 InstanceKlass should use MutexLockerEx to acquire OsrList_lock
-
- Resolved
-