--- old/src/cpu/x86/vm/stubRoutines_x86_64.hpp 2016-01-08 17:22:59.384519900 -0800 +++ new/src/cpu/x86/vm/stubRoutines_x86_64.hpp 2016-01-08 17:22:59.056519900 -0800 @@ -32,7 +32,7 @@ static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } enum platform_dependent_constants { - code_size1 = 19000, // simply increase if too small (assembler will crash if too small) + code_size1 = 30000, // simply increase if too small (assembler will crash if too small) code_size2 = 35000 // simply increase if too small (assembler will crash if too small) };