diff -r 8ccad6e5cdc6 -r 320855c2baef hotspot/src/cpu/x86/vm/stubRoutines_x86_64.hpp --- a/hotspot/src/cpu/x86/vm/stubRoutines_x86_64.hpp Fri Sep 11 16:11:07 2015 +0300 +++ b/hotspot/src/cpu/x86/vm/stubRoutines_x86_64.hpp Fri Sep 11 17:02:44 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 = 24000 // simply increase if too small (assembler will crash if too small) + code_size2 = 32000 // simply increase if too small (assembler will crash if too small) }; class x86 {