diff -r 9a93fe1babdc -r 51e1bb81df86 src/share/vm/opto/c2_globals.hpp --- a/src/share/vm/opto/c2_globals.hpp Wed Feb 19 20:53:38 2014 -0800 +++ b/src/share/vm/opto/c2_globals.hpp Tue Feb 25 13:02:52 2014 -0800 @@ -350,9 +350,6 @@ "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") \ \