As handshakes get more uses in hotspot the scenarios where we could execute one are expanding. In particular JDK-8238585 identified the need to execute one inside a safepoint. We can address this directly in the handshake code instead of having the caller work around it.
- relates to
-
JDK-8238585 JvmtiEventControllerPrivate::enter_interp_only_mode() should not make compiled methods on stack not_entrant
- Resolved
-
JDK-8252906 Investigate nested safepoint/handshaking inside a handshake
- Closed