diff -r 0d5597f44603 -r 51c505229e71 src/cpu/x86/vm/stubRoutines_x86_64.hpp --- a/src/cpu/x86/vm/stubRoutines_x86_64.hpp Mon Mar 21 14:58:37 2016 -0700 +++ b/src/cpu/x86/vm/stubRoutines_x86_64.hpp Wed Feb 17 13:40:12 2016 +0300 @@ -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 {