--- old/src/share/vm/opto/c2_globals.hpp 2014-05-19 12:43:15.675364700 +0200 +++ new/src/share/vm/opto/c2_globals.hpp 2014-05-19 12:43:15.384952298 +0200 @@ -650,9 +650,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") \ \