< prev index next >

src/hotspot/share/runtime/biasedLocking.hpp

Print this page
rev 54838 : [mq]: 8221734-v2
rev 54839 : [mq]: 8221734-v3

@@ -174,11 +174,11 @@
   // for the first part of a run and enabling it later
   static bool enabled();
 
   // 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_and_rebias_in_handshake(Handle obj, 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
   static void revoke(GrowableArray<Handle>* objs);
   static void revoke_at_safepoint(Handle obj);
< prev index next >