hg: jdk/sandbox: 8191890: Biased locking still uses the inferior stop the world safepoint for revocation
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Tue Jul 9 18:45:15 UTC 2019
Changeset: f7e8dbb77156
Author: pchilanomate
Date: 2019-07-09 14:38 -0400
URL: http://hg.openjdk.java.net/jdk/sandbox/rev/f7e8dbb77156
8191890: Biased locking still uses the inferior stop the world safepoint for revocation
Summary: Revocations are now executed with thread local handshakes instead of safepoints
Reviewed-by: dcubed, coleenp, dholmes, rehn, mgronlun
! src/hotspot/share/interpreter/interpreterRuntime.cpp
! src/hotspot/share/runtime/biasedLocking.cpp
! src/hotspot/share/runtime/biasedLocking.hpp
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/handshake.cpp
! src/hotspot/share/runtime/vmOperations.hpp
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/VMOps.java
! test/jdk/jdk/jfr/event/runtime/TestBiasedLockRevocationEvents.java
More information about the jdk-sandbox-changes
mailing list