comparison 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
comparison
equal deleted inserted replaced
20326:da00a41842a5 20327:411e30e5fbb8
651 "Find best control for expensive operations") \ 651 "Find best control for expensive operations") \
652 \ 652 \
653 product(bool, UseMathExactIntrinsics, true, \ 653 product(bool, UseMathExactIntrinsics, true, \
654 "Enables intrinsification of various java.lang.Math functions") \ 654 "Enables intrinsification of various java.lang.Math functions") \
655 \ 655 \
656 experimental(bool, ReplaceInParentMaps, false, \
657 "Propagate type improvements in callers of inlinee if possible") \
658 \
659 product(bool, UseTypeSpeculation, true, \ 656 product(bool, UseTypeSpeculation, true, \
660 "Speculatively propagate types from profiles") \ 657 "Speculatively propagate types from profiles") \
661 \ 658 \
662 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \ 659 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \
663 "Carry inline depth of profile point with speculative type " \ 660 "Carry inline depth of profile point with speculative type " \