--- old/src/cpu/x86/vm/stubRoutines_x86_32.hpp 2016-01-08 17:22:57.363519900 -0800 +++ new/src/cpu/x86/vm/stubRoutines_x86_32.hpp 2016-01-08 17:22:57.030519900 -0800 @@ -30,7 +30,7 @@ // extend it. enum platform_dependent_constants { - code_size1 = 9000, // simply increase if too small (assembler will crash if too small) + code_size1 = 20000, // simply increase if too small (assembler will crash if too small) code_size2 = 33800 // simply increase if too small (assembler will crash if too small) };