8311548: AArch64: [ZGC] Many tests fail with "assert(allocates2(pc)) failed: not in CodeBuffer memory" on some CPUs
Reviewed-by: aboldtch, fyang, kbarrett, tschatzl
This commit is contained in:
parent
940a4e12d1
commit
4b1403d06b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user