--- a/hotspot/src/share/vm/opto/callGenerator.hpp Mon May 06 19:49:23 2013 -0700
+++ b/hotspot/src/share/vm/opto/callGenerator.hpp Wed May 08 15:08:01 2013 -0700
@@ -125,6 +125,7 @@
static CallGenerator* for_late_inline(ciMethod* m, CallGenerator* inline_cg);
static CallGenerator* for_mh_late_inline(ciMethod* caller, ciMethod* callee, bool input_not_const);
static CallGenerator* for_string_late_inline(ciMethod* m, CallGenerator* inline_cg);
+ static CallGenerator* for_boxing_late_inline(ciMethod* m, CallGenerator* inline_cg);
// How to make a call but defer the decision whether to inline or not.
static CallGenerator* for_warm_call(WarmCallInfo* ci,