rev 58099 : 8239492: [x86] Turn MacroAssembler::verify_oop into macro recording file and line
@@ -302,11 +302,11 @@ ce->store_parameter(ref, 0); __ call(RuntimeAddress(stub->runtime_stub())); __ addptr(rsp, 2 * BytesPerWord); // Verify result - __ verify_oop(rax, "Bad oop"); + __ verify_oop(rax); // Move result into place if (ref != rax) { __ movptr(ref, rax); }