hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp
changeset 35154 a9b3c1984a01
parent 32727 320855c2baef
child 35540 e001ad24dcdb
--- a/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Mon Dec 28 10:10:37 2015 -1000
+++ b/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Mon Dec 28 23:11:01 2015 -0800
@@ -31,7 +31,7 @@
 
 enum platform_dependent_constants {
   code_size1 =  9000,           // 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)
+  code_size2 = 33800            // simply increase if too small (assembler will crash if too small)
 };
 
 class x86 {