From 73b73c532aeedd8465b38ac4775566d3770c1eb9 Mon Sep 17 00:00:00 2001 From: Andrew Dinn Date: Mon, 2 Dec 2024 16:13:25 +0000 Subject: [PATCH] increase compiler stub space for macos x86_64 --- src/hotspot/cpu/x86/stubDeclarations_x86.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/cpu/x86/stubDeclarations_x86.hpp b/src/hotspot/cpu/x86/stubDeclarations_x86.hpp index 97577d53fa996..9102e812a58c8 100644 --- a/src/hotspot/cpu/x86/stubDeclarations_x86.hpp +++ b/src/hotspot/cpu/x86/stubDeclarations_x86.hpp @@ -88,7 +88,7 @@ do_arch_blob, \ do_arch_entry, \ do_arch_entry_init) \ - do_arch_blob(compiler, 19000 LP64_ONLY(+47000) WINDOWS_ONLY(+2000)) \ + do_arch_blob(compiler, 20000 LP64_ONLY(+48000) WINDOWS_ONLY(+2000)) \ do_stub(compiler, vector_float_sign_mask) \ do_arch_entry(x86, compiler, vector_float_sign_mask, \ vector_float_sign_mask, vector_float_sign_mask) \