src/share/vm/opto/callGenerator.hpp

changeset 2949
f918d6096e23
parent 2725
f8b038506985
child 3050
fdb992d83a87
     1.1 --- a/src/share/vm/opto/callGenerator.hpp	Wed Jun 01 23:25:31 2011 -0700
     1.2 +++ b/src/share/vm/opto/callGenerator.hpp	Thu Jun 02 13:36:11 2011 -0700
     1.3 @@ -111,6 +111,8 @@
     1.4    static CallGenerator* for_dynamic_call(ciMethod* m);   // invokedynamic
     1.5    static CallGenerator* for_virtual_call(ciMethod* m, int vtable_index);  // virtual, interface
     1.6  
     1.7 +  static CallGenerator* for_method_handle_inline(Node* method_handle, JVMState* jvms, ciMethod* caller, ciMethod* callee, ciCallProfile profile);
     1.8 +
     1.9    // How to generate a replace a direct call with an inline version
    1.10    static CallGenerator* for_late_inline(ciMethod* m, CallGenerator* inline_cg);
    1.11  

mercurial