hotspot/src/share/vm/opto/callGenerator.hpp
changeset 17383 3665c0901a0d
parent 15113 823590505eb4
child 19696 bd5a0131bde1
--- 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,