diff src/share/vm/opto/c2_globals.hpp @ 17699:54436d3b2a91 hs25.20-b05

Merge
author amurillo
date Fri, 28 Feb 2014 08:43:42 -0800
parents 51e1bb81df86 b5761867b097
children 085b304a1cc5 bbfbe9b06038
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Wed Feb 26 14:44:06 2014 -0800
+++ b/src/share/vm/opto/c2_globals.hpp	Fri Feb 28 08:43:42 2014 -0800
@@ -350,6 +350,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")                     \
                                                                             \