hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp
changeset 35540 e001ad24dcdb
parent 35154 a9b3c1984a01
--- a/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Fri Jan 08 11:41:04 2016 +0100
+++ b/hotspot/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Fri Jan 08 21:06:50 2016 -0800
@@ -30,7 +30,7 @@
 // extend it.
 
 enum platform_dependent_constants {
-  code_size1 =  9000,           // simply increase if too small (assembler will crash if too small)
+  code_size1 =  20000,           // 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)
 };