hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp
changeset 32727 320855c2baef
parent 18507 61bfc8995bb3
child 35154 a9b3c1984a01
--- a/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Fri Sep 11 16:11:07 2015 +0300
+++ b/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Fri Sep 11 17:02:44 2015 -0700
@@ -31,7 +31,7 @@
 
 enum platform_dependent_constants {
   code_size1 =  9000,           // simply increase if too small (assembler will crash if too small)
-  code_size2 = 22000            // simply increase if too small (assembler will crash if too small)
+  code_size2 = 30000            // simply increase if too small (assembler will crash if too small)
 };
 
 class x86 {