Skip to content

Commit

Permalink
8311548: AArch64: [ZGC] Many tests fail with "assert(allocates2(pc)) …
Browse files Browse the repository at this point in the history
…failed: not in CodeBuffer memory" on some CPUs

Reviewed-by: aboldtch, fyang, kbarrett, tschatzl
  • Loading branch information
Hao Sun committed Jul 10, 2023
1 parent 940a4e1 commit 4b1403d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4b1403d

Please sign in to comment.