--- old/src/hotspot/cpu/x86/assembler_x86.cpp 2018-03-15 09:34:57.669956721 +0100 +++ new/src/hotspot/cpu/x86/assembler_x86.cpp 2018-03-15 09:34:57.485948794 +0100 @@ -8946,7 +8946,7 @@ emit_arith(0x85, 0xC0, dst, src); } -void Assembler::testq(Register dst, Address src) { +void Assembler::testq(Register dst, Address src) { InstructionMark im(this); prefixq(src, dst); emit_int8((unsigned char)0x85);