src/share/vm/opto/callGenerator.hpp

changeset 1572
97125851f396
parent 1515
7c57aead6d3e
child 1573
dd57230ba8fe
     1.1 --- a/src/share/vm/opto/callGenerator.hpp	Mon Jan 04 15:21:09 2010 -0800
     1.2 +++ b/src/share/vm/opto/callGenerator.hpp	Tue Jan 05 13:05:58 2010 +0100
     1.3 @@ -100,6 +100,7 @@
     1.4  
     1.5    // How to generate vanilla out-of-line call sites:
     1.6    static CallGenerator* for_direct_call(ciMethod* m, bool separate_io_projs = false);   // static, special
     1.7 +  static CallGenerator* for_dynamic_call(ciMethod* m);   // invokedynamic
     1.8    static CallGenerator* for_virtual_call(ciMethod* m, int vtable_index);  // virtual, interface
     1.9  
    1.10    // How to generate a replace a direct call with an inline version

mercurial