comparison src/share/vm/opto/c2_globals.hpp @ 17735:8f28240318a2

8032633: Enable type speculation by default Summary: enable type speculation Reviewed-by: kvn
author roland
date Thu, 06 Mar 2014 11:11:04 +0100
parents 62825ea7e51f
children 606acabe7b5c
comparison
equal deleted inserted replaced
17734:f258347cec12 17735:8f28240318a2
641 "Enables intrinsification of various java.lang.Math functions") \ 641 "Enables intrinsification of various java.lang.Math functions") \
642 \ 642 \
643 experimental(bool, ReplaceInParentMaps, false, \ 643 experimental(bool, ReplaceInParentMaps, false, \
644 "Propagate type improvements in callers of inlinee if possible") \ 644 "Propagate type improvements in callers of inlinee if possible") \
645 \ 645 \
646 experimental(bool, UseTypeSpeculation, false, \ 646 product(bool, UseTypeSpeculation, true, \
647 "Speculatively propagate types from profiles") \ 647 "Speculatively propagate types from profiles") \
648 \ 648 \
649 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \ 649 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \
650 "Carry inline depth of profile point with speculative type " \ 650 "Carry inline depth of profile point with speculative type " \
651 "and give priority to profiling from lower inline depth") \ 651 "and give priority to profiling from lower inline depth") \