https://mail.openjdk.java.net/pipermail/serviceability-dev/2020-September/032915.html
We can remove both JvmtiEventController::clear_to_frame_pop() and JvmtiEnvThreadState::clear_to_frame_pop() because JvmtiEventController::clear_to_frame_pop() is only called by JvmtiEnvThreadState::clear_to_frame_pop(), and JvmtiEnvThreadState::clear_to_frame_pop() seems to be unused in any place.
We can remove both JvmtiEventController::clear_to_frame_pop() and JvmtiEnvThreadState::clear_to_frame_pop() because JvmtiEventController::clear_to_frame_pop() is only called by JvmtiEnvThreadState::clear_to_frame_pop(), and JvmtiEnvThreadState::clear_to_frame_pop() seems to be unused in any place.
- relates to
-
JDK-8242427 JVMTI frame pop operations should use Thread-Local Handshakes
- Resolved
-
JDK-8242427 JVMTI frame pop operations should use Thread-Local Handshakes
- Resolved