Skip to content

Commit 5defa2c

Browse files
author
Andrew Haley
committed
More
1 parent c45915e commit 5defa2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2663,7 +2663,7 @@ void LIR_Assembler::increment_profile_ctr(LIR_Opr step, LIR_Opr dest_opr, LIR_Op
26632663
// If (dest & mask) < step, we just overflowed.
26642664
switch (ProfileCaptureRatio) {
26652665
case 1:
2666-
__ cbzw(rscratch1, *overflow_stub->entry());
2666+
__ cbzw(dest, *overflow_stub->entry());
26672667
break;
26682668
default:
26692669
if (step->is_register()) {

0 commit comments

Comments
 (0)