--- old/src/cpu/x86/vm/c1_CodeStubs_x86.cpp 2014-05-06 15:12:57.000000000 -0700 +++ new/src/cpu/x86/vm/c1_CodeStubs_x86.cpp 2014-05-06 15:12:57.000000000 -0700 @@ -430,6 +430,7 @@ void DeoptimizeStub::emit_code(LIR_Assembler* ce) { __ bind(_entry); + ce->store_parameter(_trap_request, 0); __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::deoptimize_id))); ce->add_call_info_here(_info); DEBUG_ONLY(__ should_not_reach_here());