-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 26
-
Component/s: hotspot
-
b27
The
`JvmtiEventController::set_user_enabled(...)`
calls
`JvmtiEventControllerPrivate::flush_object_free_events(env);`
and make transition while has thread_oop unhandled.
It leads to the memory corruptions.
`JvmtiEventController::set_user_enabled(...)`
calls
`JvmtiEventControllerPrivate::flush_object_free_events(env);`
and make transition while has thread_oop unhandled.
It leads to the memory corruptions.
- caused by
-
JDK-8290908 misc tests fail: assert(!thread->owns_locks()) failed: must release all locks when leaving VM
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/b0a758f2
-
Review(master)
openjdk/jdk/28500