diff src/share/vm/opto/c2_globals.hpp @ 14384:17ec2d5c43e8

8032490: Remove -XX:+-UseOldInlining Summary: Move the option to obsolete options list, purge the redundant compiler code. Reviewed-by: kvn, jrose
author shade
date Fri, 24 Jan 2014 15:26:56 +0400
parents 9949533a8623
children 45467c53f178 51e1bb81df86 b5761867b097
line wrap: on
line diff
--- 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")                     \
                                                                             \