--- old/src/share/vm/opto/c2_globals.hpp 2014-02-21 10:39:41.000000000 -0800 +++ new/src/share/vm/opto/c2_globals.hpp 2014-02-21 10:39:41.000000000 -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") \ \