mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 18:03:44 +00:00
Oops
This commit is contained in:
parent
2849736413
commit
74ea1ce714
@ -2609,7 +2609,7 @@ void LIR_Assembler::increment_profile_ctr(LIR_Opr step, LIR_Opr dest_opr,
|
||||
}
|
||||
juint mask = freq_opr->as_jint();
|
||||
__ andw(dest, dest, mask);
|
||||
__ cbzw(rscratch1, *overflow_stub->entry());
|
||||
__ cbzw(dest, *overflow_stub->entry());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user