--- old/src/share/vm/opto/callGenerator.hpp 2013-10-17 18:54:49.998771696 +0200 +++ new/src/share/vm/opto/callGenerator.hpp 2013-10-17 18:54:49.665388751 +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; }