hotspot/src/cpu/sparc/vm/stubRoutines_sparc.hpp
changeset 32581 632402f18fe6
parent 31515 6aed85dadbe6
child 34205 9ec51d30a11e
--- a/hotspot/src/cpu/sparc/vm/stubRoutines_sparc.hpp	Thu Sep 03 14:29:08 2015 -0700
+++ b/hotspot/src/cpu/sparc/vm/stubRoutines_sparc.hpp	Thu Sep 03 15:03:12 2015 -0700
@@ -41,7 +41,7 @@
 enum /* platform_dependent_constants */ {
   // %%%%%%%% May be able to shrink this a lot
   code_size1 = 20000,           // simply increase if too small (assembler will crash if too small)
-  code_size2 = 24000            // simply increase if too small (assembler will crash if too small)
+  code_size2 = 27000            // simply increase if too small (assembler will crash if too small)
 };
 
 class Sparc {