8223617: code_size2 needs adjustments
authorrschmelter
Thu, 09 May 2019 05:04:42 -0700
changeset 54804 6870b259b170
parent 54803 293d45e5108b
child 54805 d26653aca0bd
8223617: code_size2 needs adjustments Reviewed-by: mdoerr, simonis
src/hotspot/cpu/x86/stubRoutines_x86.hpp
--- a/src/hotspot/cpu/x86/stubRoutines_x86.hpp	Fri May 10 06:31:09 2019 +0100
+++ b/src/hotspot/cpu/x86/stubRoutines_x86.hpp	Thu May 09 05:04:42 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(+11000)          // 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)
 };
 
 class x86 {