diff src/share/vm/opto/callGenerator.hpp @ 3752:f918d6096e23

7050554: JSR 292 - need optimization for selectAlternative Reviewed-by: kvn, jrose
author never
date Thu, 02 Jun 2011 13:36:11 -0700
parents f8b038506985
children fdb992d83a87
line wrap: on
line diff
--- a/src/share/vm/opto/callGenerator.hpp	Wed Jun 01 23:25:31 2011 -0700
+++ b/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);