--- old/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp 2013-08-21 16:07:21.117176717 +0200 +++ new/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp 2013-08-21 16:07:20.792927994 +0200 @@ -362,7 +362,7 @@ void LIR_Assembler::jobject2reg_with_patching(Register reg, CodeEmitInfo* info) { jobject o = NULL; - PatchingStub* patch = new PatchingStub(_masm, PatchingStub::load_mirror_id); + PatchingStub* patch = new PatchingStub(_masm, patching_id(info)); __ movoop(reg, o); patching_epilog(patch, lir_patch_normal, reg, info); }