< prev index next >

src/hotspot/share/runtime/biasedLocking.hpp

Print this page
rev 56099 : imported patch 8226705-rebase

@@ -188,10 +188,13 @@
   static bool enabled();
 
   // This should be called by JavaThreads to revoke the bias of an object
   static void revoke(Handle obj, TRAPS);
 
+  // This should be called by a JavaThread to revoke the bias of an owned object
+  static void revoke_own_locks(Handle obj, TRAPS);
+
   static void revoke_at_safepoint(Handle obj);
 
   // These are used by deoptimization to ensure that monitors on the stack
   // can be migrated
   static void revoke(GrowableArray<Handle>* objs, JavaThread *biaser);
< prev index next >