--- old/src/hotspot/share/prims/jvmtiEnvBase.cpp 2019-08-23 20:43:16.902776431 +0000 +++ new/src/hotspot/share/prims/jvmtiEnvBase.cpp 2019-08-23 20:43:15.450742916 +0000 @@ -960,7 +960,7 @@ if (at_safepoint) { BiasedLocking::revoke_at_safepoint(hobj); } else { - BiasedLocking::revoke_and_rebias(hobj, false, calling_thread); + BiasedLocking::revoke(hobj, calling_thread); } address owner = NULL;