diff src/share/vm/opto/callGenerator.hpp @ 12966:b2ee5dc63353

8024070: C2 needs some form of type speculation Summary: record unused type profile information with type system, propagate and use it. Reviewed-by: kvn, twisti
author roland
date Wed, 23 Oct 2013 12:40:23 +0200
parents 3213ba4d3dff
children 096c224171c4 922c87c9aed4
line wrap: on
line diff
--- a/src/share/vm/opto/callGenerator.hpp	Wed Oct 23 10:00:39 2013 +0200
+++ b/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; }