--- old/src/cpu/x86/vm/stubRoutines_x86_64.hpp 2015-06-19 15:52:00.000000000 -0700 +++ new/src/cpu/x86/vm/stubRoutines_x86_64.hpp 2015-06-19 15:51:59.000000000 -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 = 23000 // 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) }; class x86 {