--- old/src/share/vm/opto/c2_globals.hpp 2014-05-23 16:33:50.602233147 +0200 +++ new/src/share/vm/opto/c2_globals.hpp 2014-05-23 16:33:50.176609762 +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") \ \