src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp	Mon Feb 21 05:03:47 2011
--- new/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp	Mon Feb 21 05:03:47 2011

*** 393,405 **** --- 393,405 ---- return -1; } int offset = code_offset(); ! __ call(Runtime1::entry_for(Runtime1::handle_exception_id), relocInfo::runtime_call_type); ! __ call(Runtime1::entry_for(Runtime1::handle_exception_from_callee_id), relocInfo::runtime_call_type); __ delayed()->nop(); debug_only(__ stop("should have gone to the caller");) + __ should_not_reach_here(); assert(code_offset() - offset <= exception_handler_size, "overflow"); __ end_a_stub(); return offset; }

src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File