Skip to content

Commit 9f85395

Browse files
committed
SapMachine #1502: Fix merge issue
1 parent 62671ae commit 9f85395

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,6 @@ void LIR_Assembler::osr_entry() {
176176
// Restore.
177177
__ sub_const_optimized(OSR_buf, OSR_buf, locals_space);
178178
}
179-
180-
if (use_OSR_bias) {
181-
// Restore.
182-
__ sub_const_optimized(OSR_buf, OSR_buf, locals_space);
183-
}
184179
}
185180
}
186181

0 commit comments

Comments
 (0)