The method
get_jvmti_thread_state()
should be called only while thread is in vm state.
The post_method_exit is doing some preparation before switching to vm state. This cause issues if thread is needed to initialize jvmti thread state.
get_jvmti_thread_state()
should be called only while thread is in vm state.
The post_method_exit is doing some preparation before switching to vm state. This cause issues if thread is needed to initialize jvmti thread state.
- relates to
-
JDK-8365937 post_method_exit might incorrectly set was_popped_by_exception and value in the middle of stack unwinding
-
- Open
-
-
JDK-8364973 Add JVMTI stress testing mode
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/26713