From daf6fa1e6153d3fdf48ef0840790794e57349c38 Mon Sep 17 00:00:00 2001 From: Andrew Dinn Date: Thu, 8 May 2025 07:44:42 +0000 Subject: [PATCH] 8356085: AArch64: compiler stub buffer size wrongly depends on ZGC Reviewed-by: shade, kvn --- src/hotspot/cpu/aarch64/stubDeclarations_aarch64.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/cpu/aarch64/stubDeclarations_aarch64.hpp b/src/hotspot/cpu/aarch64/stubDeclarations_aarch64.hpp index c8b215b6eb4..425146e6bf4 100644 --- a/src/hotspot/cpu/aarch64/stubDeclarations_aarch64.hpp +++ b/src/hotspot/cpu/aarch64/stubDeclarations_aarch64.hpp @@ -44,7 +44,7 @@ do_arch_blob, \ do_arch_entry, \ do_arch_entry_init) \ - do_arch_blob(compiler, 65000 ZGC_ONLY(+5000)) \ + do_arch_blob(compiler, 70000) \ do_stub(compiler, vector_iota_indices) \ do_arch_entry(aarch64, compiler, vector_iota_indices, \ vector_iota_indices, vector_iota_indices) \