src/hotspot/share/prims/jvmtiEnvBase.cpp
changeset 57893 49fea19f0726
parent 57777 90ead0febf56
child 58488 165b193b30dd
--- a/src/hotspot/share/prims/jvmtiEnvBase.cpp	Tue Aug 27 19:22:58 2019 +0200
+++ b/src/hotspot/share/prims/jvmtiEnvBase.cpp	Tue Aug 27 20:10:06 2019 +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;