Skip to content

Commit 467f407

Browse files
committed
8344068: Windows x86-64: Out of CodeBuffer space when generating final stubs
Reviewed-by: kvn, jwaters Backport-of: 830173f
1 parent f7858e2 commit 467f407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/x86/stubRoutines_x86.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ enum platform_dependent_constants {
3838
// AVX512 intrinsics add more code in 64-bit VM,
3939
// Windows have more code to save/restore registers
4040
_compiler_stubs_code_size = 20000 LP64_ONLY(+47000) WINDOWS_ONLY(+2000),
41-
_final_stubs_code_size = 10000 LP64_ONLY(+20000) WINDOWS_ONLY(+2000) ZGC_ONLY(+20000)
41+
_final_stubs_code_size = 10000 LP64_ONLY(+20000) WINDOWS_ONLY(+22000) ZGC_ONLY(+20000)
4242
};
4343

4444
class x86 {

0 commit comments

Comments
 (0)