hotspot/src/share/vm/opto/callGenerator.hpp
changeset 9975 82190b49ce14
parent 9099 bdeb610d3cb1
child 10265 4c869854aebd
--- 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);