diff -r d46e7bd87c27 -r 82190b49ce14 hotspot/src/share/vm/opto/callGenerator.hpp --- a/hotspot/src/share/vm/opto/callGenerator.hpp Wed Jun 01 23:25:31 2011 -0700 +++ b/hotspot/src/share/vm/opto/callGenerator.hpp Thu Jun 02 13:36:11 2011 -0700 @@ -111,6 +111,8 @@ static CallGenerator* for_dynamic_call(ciMethod* m); // invokedynamic static CallGenerator* for_virtual_call(ciMethod* m, int vtable_index); // virtual, interface + static CallGenerator* for_method_handle_inline(Node* method_handle, JVMState* jvms, ciMethod* caller, ciMethod* callee, ciCallProfile profile); + // How to generate a replace a direct call with an inline version static CallGenerator* for_late_inline(ciMethod* m, CallGenerator* inline_cg);