--- 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; }