8254352: 3 compiler tests failed with "assert(allocates2(pc)) failed: not in CodeBuffer memory"

Reviewed-by: shade
This commit is contained in:
Vladimir Kozlov 2020-10-11 19:37:36 +00:00
parent d43f14161e
commit 25001c50d6

@ -33,7 +33,7 @@ static bool returns_to_call_stub(address return_pc) { return return_pc == _call_
enum platform_dependent_constants {
code_size1 = 20000 LP64_ONLY(+10000), // simply increase if too small (assembler will crash if too small)
code_size2 = 35300 LP64_ONLY(+21400) // simply increase if too small (assembler will crash if too small)
code_size2 = 35300 LP64_ONLY(+25000) // simply increase if too small (assembler will crash if too small)
};
class x86 {