hotspot/src/share/vm/ci/ciMethodHandle.cpp
changeset 9946 b3d5b50e2289
parent 9638 a9e79f5cd83b
child 9975 82190b49ce14
--- a/hotspot/src/share/vm/ci/ciMethodHandle.cpp	Tue May 17 16:50:27 2011 +0200
+++ b/hotspot/src/share/vm/ci/ciMethodHandle.cpp	Tue May 17 19:11:51 2011 -0700
@@ -43,7 +43,7 @@
   methodHandle callee(_callee->get_methodOop());
   // We catch all exceptions here that could happen in the method
   // handle compiler and stop the VM.
-  MethodHandleCompiler mhc(h, callee, _profile->count(), is_invokedynamic, THREAD);
+  MethodHandleCompiler mhc(h, callee->name(), callee->signature(), _profile->count(), is_invokedynamic, THREAD);
   if (!HAS_PENDING_EXCEPTION) {
     methodHandle m = mhc.compile(THREAD);
     if (!HAS_PENDING_EXCEPTION) {