src/share/vm/ci/ciMethodHandle.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciMethodHandle.cpp	Wed Jun  1 14:37:19 2011
--- new/src/share/vm/ci/ciMethodHandle.cpp	Wed Jun  1 14:37:19 2011

*** 41,51 **** --- 41,51 ---- VM_ENTRY_MARK; Handle h(get_oop()); 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->name(), callee->signature(), _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) { return CURRENT_ENV->get_object(m())->as_method(); }

src/share/vm/ci/ciMethodHandle.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File