8223770: code_size2 still too small in some compressed oops configurations
authorrschmelter
Mon, 13 May 2019 07:41:32 -0700
changeset 54893 3e1ecfd3ea18
parent 54892 eedc3db527ac
child 54894 382101e97784
8223770: code_size2 still too small in some compressed oops configurations Reviewed-by: mdoerr, stuefe
src/hotspot/cpu/x86/stubRoutines_x86.hpp
--- a/src/hotspot/cpu/x86/stubRoutines_x86.hpp	Wed May 15 20:33:17 2019 -0400
+++ b/src/hotspot/cpu/x86/stubRoutines_x86.hpp	Mon May 13 07:41:32 2019 -0700
@@ -33,7 +33,7 @@
 
 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 {