--- old/src/hotspot/cpu/x86/templateTable_x86.cpp 2019-08-13 12:39:44.356127186 +0200 +++ new/src/hotspot/cpu/x86/templateTable_x86.cpp 2019-08-13 12:39:44.052121912 +0200 @@ -4108,7 +4108,7 @@ __ movptr(Address(rax, oopDesc::mark_offset_in_bytes ()), rbx); } else { __ movptr(Address(rax, oopDesc::mark_offset_in_bytes ()), - (intptr_t) markWord::prototype().value()); // header + (intptr_t)markWord::prototype().value()); // header __ pop(rcx); // get saved klass back in the register. } #ifdef _LP64