8223770: code_size2 still too small in some compressed oops configurations

Reviewed-by: mdoerr, stuefe
This commit is contained in:
Ralf Schmelter 2019-05-13 07:41:32 -07:00
parent d95f5a3ec0
commit 6e7ff5e656

View File

@ -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(+11200) // simply increase if too small (assembler will crash if too small)
code_size2 = 35300 LP64_ONLY(+11400) // simply increase if too small (assembler will crash if too small)
};
class x86 {