diff -r de95063c0e34 -r 1419657ed891 src/share/vm/opto/c2_globals.hpp --- a/src/share/vm/opto/c2_globals.hpp Fri Jan 24 09:31:53 2014 +0100 +++ b/src/share/vm/opto/c2_globals.hpp Fri Jan 24 15:26:56 2014 +0400 @@ -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") \ \