From 2989d8734c70e1db87d2a708719fd2d966903a93 Mon Sep 17 00:00:00 2001 From: Fei Yang Date: Tue, 12 Nov 2024 15:26:19 +0000 Subject: [PATCH] 8343805: RISC-V: JVM crashes on startup when disabling compressed instructions Reviewed-by: mli --- src/hotspot/cpu/riscv/stubRoutines_riscv.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/cpu/riscv/stubRoutines_riscv.hpp b/src/hotspot/cpu/riscv/stubRoutines_riscv.hpp index 46b5461d777..3d1f4a61f00 100644 --- a/src/hotspot/cpu/riscv/stubRoutines_riscv.hpp +++ b/src/hotspot/cpu/riscv/stubRoutines_riscv.hpp @@ -39,7 +39,7 @@ enum platform_dependent_constants { // simply increase sizes if too small (assembler will crash if too small) _initial_stubs_code_size = 10000, _continuation_stubs_code_size = 2000, - _compiler_stubs_code_size = 25000 ZGC_ONLY(+5000), + _compiler_stubs_code_size = 45000, _final_stubs_code_size = 20000 ZGC_ONLY(+10000) };