Skip to content

Commit

Permalink
8344068: Windows x86-64: Out of CodeBuffer space when generating fina…
Browse files Browse the repository at this point in the history
…l stubs

Reviewed-by: kvn, vlivanov
  • Loading branch information
Andrew Haley committed Dec 9, 2024
1 parent 69e664d commit 830173f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/x86/stubRoutines_x86.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ enum platform_dependent_constants {
// AVX512 intrinsics add more code in 64-bit VM,
// Windows have more code to save/restore registers
_compiler_stubs_code_size = 20000 LP64_ONLY(+47000) WINDOWS_ONLY(+2000),
_final_stubs_code_size = 10000 LP64_ONLY(+20000) WINDOWS_ONLY(+2000) ZGC_ONLY(+20000)
_final_stubs_code_size = 10000 LP64_ONLY(+20000) WINDOWS_ONLY(+22000) ZGC_ONLY(+20000)
};

class x86 {
Expand Down

0 comments on commit 830173f

Please sign in to comment.