From a8c668691439ff8ebf25bd6bc480f75c1ccb3473 Mon Sep 17 00:00:00 2001 From: Christoph Langer Date: Sat, 18 Apr 2026 23:02:34 +0200 Subject: [PATCH] SapMachine #1502: Fix merge issue --- src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp b/src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp index efb2b3c38cec..7dfde40364e6 100644 --- a/src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp +++ b/src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp @@ -176,11 +176,6 @@ void LIR_Assembler::osr_entry() { // Restore. __ sub_const_optimized(OSR_buf, OSR_buf, locals_space); } - - if (use_OSR_bias) { - // Restore. - __ sub_const_optimized(OSR_buf, OSR_buf, locals_space); - } } }