hotspot/src/cpu/x86/vm/stubRoutines_x86_64.hpp
changeset 31129 02ee7609f0e1
parent 18958 7fdf6d23667d
child 31408 73a4dd2fcd43
--- a/hotspot/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Fri May 29 17:56:50 2015 +0200
+++ b/hotspot/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Wed Jun 03 15:02:10 2015 -0700
@@ -33,7 +33,7 @@
 
 enum platform_dependent_constants {
   code_size1 = 19000,          // 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 = 23000           // simply increase if too small (assembler will crash if too small)
 };
 
 class x86 {