--- old/src/hotspot/cpu/x86/macroAssembler_x86.cpp 2018-03-15 09:28:12.517505225 +0100 +++ new/src/hotspot/cpu/x86/macroAssembler_x86.cpp 2018-03-15 09:28:12.337497481 +0100 @@ -4087,11 +4087,6 @@ } } -void MacroAssembler::testq(Register dst, AddressLiteral src) { - assert(reachable(src), "Address should be reachable"); - testq(dst, as_Address(src)); -} - void MacroAssembler::sqrtsd(XMMRegister dst, AddressLiteral src) { if (reachable(src)) { Assembler::sqrtsd(dst, as_Address(src));