< prev index next >

src/hotspot/share/runtime/biasedLocking.hpp

Print this page
rev 54936 : imported patch 8221734-v3
rev 54937 : imported patch 8221734-v4

*** 173,182 **** --- 173,183 ---- // 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_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 >