hotspot/src/share/vm/opto/callGenerator.hpp
changeset 21099 46e6bbecd9e5
parent 21089 e1986ff6fe2e
child 24002 4e6a72032a99
--- a/hotspot/src/share/vm/opto/callGenerator.hpp	Wed Oct 23 10:00:39 2013 +0200
+++ b/hotspot/src/share/vm/opto/callGenerator.hpp	Wed Oct 23 12:40:23 2013 +0200
@@ -74,6 +74,7 @@
   virtual bool      is_late_inline() const      { return false; }
   // same but for method handle calls
   virtual bool      is_mh_late_inline() const   { return false; }
+  virtual bool      is_string_late_inline() const{ return false; }
 
   // for method handle calls: have we tried inlinining the call already?
   virtual bool      already_attempted() const   { ShouldNotReachHere(); return false; }