diff src/share/vm/opto/c2_globals.hpp @ 20327:411e30e5fbb8

8026796: Make replace_in_map() on parent maps generic Summary: propagate node replacements along control flow edges to callers Reviewed-by: kvn, vlivanov
author roland
date Wed, 13 Aug 2014 11:00:22 +0200
parents 968a17f18337
children 166d744df0de
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Wed Apr 23 12:37:36 2014 +0200
+++ b/src/share/vm/opto/c2_globals.hpp	Wed Aug 13 11:00:22 2014 +0200
@@ -653,9 +653,6 @@
   product(bool, UseMathExactIntrinsics, true,                               \
           "Enables intrinsification of various java.lang.Math functions")   \
                                                                             \
-  experimental(bool, ReplaceInParentMaps, false,                            \
-          "Propagate type improvements in callers of inlinee if possible")  \
-                                                                            \
   product(bool, UseTypeSpeculation, true,                                   \
           "Speculatively propagate types from profiles")                    \
                                                                             \