diff -r 757382c00a10 -r 54436d3b2a91 src/share/vm/opto/c2_globals.hpp --- 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") \ \