From 4675913edb16ec1dde5f0ba2dfcfada134ce17f1 Mon Sep 17 00:00:00 2001 From: Gui Cao Date: Fri, 30 Aug 2024 01:06:00 +0000 Subject: [PATCH] 8339237: RISC-V: Builds fail after JDK-8339120 Reviewed-by: fyang --- src/hotspot/cpu/riscv/c1_Runtime1_riscv.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hotspot/cpu/riscv/c1_Runtime1_riscv.cpp b/src/hotspot/cpu/riscv/c1_Runtime1_riscv.cpp index e999b703b3e..74f303ffb02 100644 --- a/src/hotspot/cpu/riscv/c1_Runtime1_riscv.cpp +++ b/src/hotspot/cpu/riscv/c1_Runtime1_riscv.cpp @@ -223,8 +223,6 @@ StubFrame::~StubFrame() { #define __ sasm-> -const int float_regs_as_doubles_size_in_slots = pd_nof_fpu_regs_frame_map * 2; - // Stack layout for saving/restoring all the registers needed during a runtime // call (this includes deoptimization) // Note: note that users of this frame may well have arguments to some runtime