src/cpu/x86/vm/c1_LIRAssembler_x86.cpp

changeset 5628
f98f5d48f511
parent 5353
b800986664f4
child 5694
7944aba7ba41
child 5736
2795dff62b6c
     1.1 --- a/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Fri Aug 23 18:04:35 2013 -0700
     1.2 +++ b/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Wed Aug 21 13:34:45 2013 +0200
     1.3 @@ -362,7 +362,7 @@
     1.4  
     1.5  void LIR_Assembler::jobject2reg_with_patching(Register reg, CodeEmitInfo* info) {
     1.6    jobject o = NULL;
     1.7 -  PatchingStub* patch = new PatchingStub(_masm, PatchingStub::load_mirror_id);
     1.8 +  PatchingStub* patch = new PatchingStub(_masm, patching_id(info));
     1.9    __ movoop(reg, o);
    1.10    patching_epilog(patch, lir_patch_normal, reg, info);
    1.11  }

mercurial