Skip to content

Commit

Permalink
8343805: RISC-V: JVM crashes on startup when disabling compressed ins…
Browse files Browse the repository at this point in the history
…tructions

Reviewed-by: mli
  • Loading branch information
RealFYang committed Nov 12, 2024
1 parent 78b8015 commit 2989d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/riscv/stubRoutines_riscv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
};

Expand Down

0 comments on commit 2989d87

Please sign in to comment.