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-8364973 Add JVMTI stress testing mode
-
- New
-
- links to
-
Review(master) openjdk/jdk/26713