src/share/vm/opto/callGenerator.hpp

changeset 5991
b2ee5dc63353
parent 5981
3213ba4d3dff
child 6876
710a3c8b516e
child 7026
922c87c9aed4
     1.1 --- a/src/share/vm/opto/callGenerator.hpp	Wed Oct 23 10:00:39 2013 +0200
     1.2 +++ b/src/share/vm/opto/callGenerator.hpp	Wed Oct 23 12:40:23 2013 +0200
     1.3 @@ -74,6 +74,7 @@
     1.4    virtual bool      is_late_inline() const      { return false; }
     1.5    // same but for method handle calls
     1.6    virtual bool      is_mh_late_inline() const   { return false; }
     1.7 +  virtual bool      is_string_late_inline() const{ return false; }
     1.8  
     1.9    // for method handle calls: have we tried inlinining the call already?
    1.10    virtual bool      already_attempted() const   { ShouldNotReachHere(); return false; }

mercurial