--- old/src/cpu/sparc/vm/c1_CodeStubs_sparc.cpp 2011-10-21 04:46:43.044344863 -0700 +++ new/src/cpu/sparc/vm/c1_CodeStubs_sparc.cpp 2011-10-21 04:46:42.776852406 -0700 @@ -367,10 +367,10 @@ void DeoptimizeStub::emit_code(LIR_Assembler* ce) { __ bind(_entry); - __ call(SharedRuntime::deopt_blob()->unpack_with_reexecution()); + __ call(Runtime1::entry_for(Runtime1::deoptimize_id), relocInfo::runtime_call_type); __ delayed()->nop(); ce->add_call_info_here(_info); - debug_only(__ should_not_reach_here()); + DEBUG_ONLY(__ should_not_reach_here()); }