src/share/vm/opto/callGenerator.hpp

changeset 5798
29bdcf12457c
parent 5763
1b64d46620a3
child 5981
3213ba4d3dff
     1.1 --- a/src/share/vm/opto/callGenerator.hpp	Sat Sep 28 12:42:22 2013 -0700
     1.2 +++ b/src/share/vm/opto/callGenerator.hpp	Fri Sep 27 11:52:24 2013 +0400
     1.3 @@ -65,6 +65,8 @@
     1.4    virtual bool      is_predicted() const        { return false; }
     1.5    // is_trap: Does not return to the caller.  (E.g., uncommon trap.)
     1.6    virtual bool      is_trap() const             { return false; }
     1.7 +  // does_virtual_dispatch: Should try inlining as normal method first.
     1.8 +  virtual bool      does_virtual_dispatch() const     { return false; }
     1.9  
    1.10    // is_late_inline: supports conversion of call into an inline
    1.11    virtual bool      is_late_inline() const      { return false; }

mercurial