From 4b1403d06b99b91ddd89ad6e54669b0595f1f8e5 Mon Sep 17 00:00:00 2001 From: Hao Sun Date: Mon, 10 Jul 2023 22:00:31 +0000 Subject: [PATCH] 8311548: AArch64: [ZGC] Many tests fail with "assert(allocates2(pc)) failed: not in CodeBuffer memory" on some CPUs Reviewed-by: aboldtch, fyang, kbarrett, tschatzl --- src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp b/src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp index 76ea4cad783..2fcb35a1ae1 100644 --- a/src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp +++ b/src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp @@ -39,7 +39,7 @@ enum platform_dependent_constants { _initial_stubs_code_size = 10000, _continuation_stubs_code_size = 2000, _compiler_stubs_code_size = 30000 ZGC_ONLY(+10000), - _final_stubs_code_size = 20000 ZGC_ONLY(+60000) + _final_stubs_code_size = 20000 ZGC_ONLY(+100000) }; class aarch64 {