src/share/vm/ci/ciMethodHandle.cpp

changeset 2949
f918d6096e23
parent 2920
a80577f854f9
child 2982
ddd894528dbc
     1.1 --- a/src/share/vm/ci/ciMethodHandle.cpp	Wed Jun 01 23:25:31 2011 -0700
     1.2 +++ b/src/share/vm/ci/ciMethodHandle.cpp	Thu Jun 02 13:36:11 2011 -0700
     1.3 @@ -43,7 +43,7 @@
     1.4    methodHandle callee(_callee->get_methodOop());
     1.5    // We catch all exceptions here that could happen in the method
     1.6    // handle compiler and stop the VM.
     1.7 -  MethodHandleCompiler mhc(h, callee->name(), callee->signature(), _profile->count(), is_invokedynamic, THREAD);
     1.8 +  MethodHandleCompiler mhc(h, callee->name(), callee->signature(), _profile.count(), is_invokedynamic, THREAD);
     1.9    if (!HAS_PENDING_EXCEPTION) {
    1.10      methodHandle m = mhc.compile(THREAD);
    1.11      if (!HAS_PENDING_EXCEPTION) {

mercurial