src/share/vm/c1/c1_FrameMap.cpp

changeset 6466
6a936747b569
parent 4668
3c9db54c2660
child 6503
a9becfeecd1b
     1.1 --- a/src/share/vm/c1/c1_FrameMap.cpp	Fri Sep 06 20:16:09 2013 +0200
     1.2 +++ b/src/share/vm/c1/c1_FrameMap.cpp	Thu Sep 12 13:51:13 2013 -0700
     1.3 @@ -133,7 +133,7 @@
     1.4      }
     1.5    }
     1.6  
     1.7 -  intptr_t out_preserve = SharedRuntime::c_calling_convention(sig_bt, regs, sizeargs);
     1.8 +  intptr_t out_preserve = SharedRuntime::c_calling_convention(sig_bt, regs, NULL, sizeargs);
     1.9    LIR_OprList* args = new LIR_OprList(signature->length());
    1.10    for (i = 0; i < sizeargs;) {
    1.11      BasicType t = sig_bt[i];

mercurial