changeset 17680:b5761867b097

8035585: Restore UseOldInlining in jdk8u Summary: restore the flag Reviewed-by: twisti
author kvn
date Fri, 21 Feb 2014 11:10:15 -0800
parents 904a9d67dc28
children 6037db01f9dd
files src/share/vm/opto/c2_globals.hpp
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Thu Feb 20 17:20:09 2014 -0800
+++ b/src/share/vm/opto/c2_globals.hpp	Fri Feb 21 11:10:15 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")                     \
                                                                             \