hotspot/src/cpu/x86/vm/macroAssembler_x86.cpp
changeset 27645 8fe155d119af
parent 27636 2d749ba03ff5
parent 27638 1142a24d73eb
child 28494 d59774687206
--- a/hotspot/src/cpu/x86/vm/macroAssembler_x86.cpp	Thu Nov 13 12:29:09 2014 +0100
+++ b/hotspot/src/cpu/x86/vm/macroAssembler_x86.cpp	Thu Nov 13 11:35:15 2014 -0500
@@ -1767,7 +1767,7 @@
     // at [FETCH], below, will never observe a biased encoding (*101b).
     // If this invariant is not held we risk exclusion (safety) failure.
     if (UseBiasedLocking && !UseOptoBiasInlining) {
-      biased_locking_enter(boxReg, objReg, tmpReg, scrReg, true, DONE_LABEL, NULL, counters);
+      biased_locking_enter(boxReg, objReg, tmpReg, scrReg, false, DONE_LABEL, NULL, counters);
     }
 
 #if INCLUDE_RTM_OPT