< prev index next >
src/hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.cpp
Print this page
rev 58099 : 8239492: [x86] Turn MacroAssembler::verify_oop into macro recording file and line
*** 302,312 ****
ce->store_parameter(ref, 0);
__ call(RuntimeAddress(stub->runtime_stub()));
__ addptr(rsp, 2 * BytesPerWord);
// Verify result
! __ verify_oop(rax, "Bad oop");
// Move result into place
if (ref != rax) {
__ movptr(ref, rax);
}
--- 302,312 ----
ce->store_parameter(ref, 0);
__ call(RuntimeAddress(stub->runtime_stub()));
__ addptr(rsp, 2 * BytesPerWord);
// Verify result
! __ verify_oop(rax);
// Move result into place
if (ref != rax) {
__ movptr(ref, rax);
}
< prev index next >