Skip to content

Commit c2692f8

Browse files
committed
8225329: -XX:+PrintBiasedLockingStatistics causes crash during initia…
Reviewed-by: stuefe, dholmes
1 parent e9c1782 commit c2692f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/x86/macroAssembler_x86.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ void MacroAssembler::biased_locking_enter(Register lock_reg,
11561156
// the prototype header is no longer biased and we have to revoke
11571157
// the bias on this object.
11581158
testptr(header_reg, markWord::biased_lock_mask_in_place);
1159-
jccb(Assembler::notZero, try_revoke_bias);
1159+
jcc(Assembler::notZero, try_revoke_bias);
11601160

11611161
// Biasing is still enabled for this data type. See whether the
11621162
// epoch of the current bias is still valid, meaning that the epoch

0 commit comments

Comments
 (0)