mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-04 07:05:31 +00:00
More
This commit is contained in:
parent
c45915e327
commit
5defa2c94b
@ -2663,7 +2663,7 @@ void LIR_Assembler::increment_profile_ctr(LIR_Opr step, LIR_Opr dest_opr, LIR_Op
|
||||
// If (dest & mask) < step, we just overflowed.
|
||||
switch (ProfileCaptureRatio) {
|
||||
case 1:
|
||||
__ cbzw(rscratch1, *overflow_stub->entry());
|
||||
__ cbzw(dest, *overflow_stub->entry());
|
||||
break;
|
||||
default:
|
||||
if (step->is_register()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user