diff src/share/vm/opto/c2_globals.hpp @ 17805:bbfbe9b06038

Merge
author kvn
date Thu, 13 Mar 2014 14:57:01 -0700
parents 752ba2e5f6d0 54436d3b2a91
children 62c54fcc0a35
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Mon Mar 10 12:58:02 2014 +0100
+++ b/src/share/vm/opto/c2_globals.hpp	Thu Mar 13 14:57:01 2014 -0700
@@ -357,6 +357,9 @@
           "File to dump ideal graph to.  If set overrides the "             \
           "use of the network")                                             \
                                                                             \
+  product(bool, UseOldInlining, true,                                       \
+          "Enable the 1.3 inlining strategy")                               \
+                                                                            \
   product(bool, UseBimorphicInlining, true,                                 \
           "Profiling based inlining for two receivers")                     \
                                                                             \