This commit is contained in:
Andrew Haley 2026-03-13 17:29:30 +01:00
parent 2849736413
commit 74ea1ce714

View File

@ -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());
}
}