< prev index next >

src/hotspot/cpu/ppc/runtime_ppc.cpp

Print this page
rev 59326 : 8244949: [PPC64] Reengineer assembler stop function
Reviewed-by:

*** 106,116 **** relocInfo::none); #endif address calls_return_pc = __ last_calls_return_pc(); # ifdef ASSERT __ cmpdi(CCR0, R3_RET, 0); ! __ asm_assert_ne("handle_exception_C must not return NULL", 0x601); # endif // Set an oopmap for the call site. This oopmap will only be used if we // are unwinding the stack. Hence, all locations will be dead. // Callee-saved registers will be the same as the frame above (i.e., --- 106,116 ---- relocInfo::none); #endif address calls_return_pc = __ last_calls_return_pc(); # ifdef ASSERT __ cmpdi(CCR0, R3_RET, 0); ! __ asm_assert_ne("handle_exception_C must not return NULL"); # endif // Set an oopmap for the call site. This oopmap will only be used if we // are unwinding the stack. Hence, all locations will be dead. // Callee-saved registers will be the same as the frame above (i.e.,
< prev index next >