diff src/share/vm/opto/callGenerator.hpp @ 10408:836a62f43af9

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 10:45:56 +0200
parents 989155e2d07a 6f3fd5150b67
children cefad50507d8
line wrap: on
line diff
--- a/src/share/vm/opto/callGenerator.hpp	Tue Jun 18 14:23:29 2013 -0700
+++ b/src/share/vm/opto/callGenerator.hpp	Wed Jun 19 10:45:56 2013 +0200
@@ -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,