src/hotspot/share/runtime/biasedLocking.hpp
changeset 55005 9b70ebd131b4
parent 54807 33fe50b6d707
child 55479 80b27dc96ca3
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/runtime/biasedLocking.hpp	Thu May 23 09:46:49 2019 +0200
+++ b/src/hotspot/share/runtime/biasedLocking.hpp	Thu May 23 10:13:29 2019 +0200
@@ -175,6 +175,7 @@
 
   // This should be called by JavaThreads to revoke the bias of an object
   static Condition revoke_and_rebias(Handle obj, bool attempt_rebias, TRAPS);
+  static Condition revoke_own_locks_in_handshake(Handle obj, TRAPS);
 
   // These do not allow rebiasing; they are used by deoptimization to
   // ensure that monitors on the stack can be migrated