# HG changeset patch # User kvn # Date 1393009815 28800 # Node ID b5761867b09739bfc95e6f26fad00584b5b14059 # Parent 904a9d67dc28259236c6a6d5d1af6677ae728b71 8035585: Restore UseOldInlining in jdk8u Summary: restore the flag Reviewed-by: twisti diff -r 904a9d67dc28 -r b5761867b097 src/share/vm/opto/c2_globals.hpp --- 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") \ \