comparison src/share/vm/opto/c2_globals.hpp @ 14512:484a359ff649

8031754: Type speculation should favor profile data from outermost inlined method Summary: favor profile data coming from outer most method Reviewed-by: kvn, twisti
author roland
date Fri, 28 Feb 2014 13:44:16 +0100
parents cd5d10655495
children aed8e1fe80eb 4ca6dc0799b6
comparison
equal deleted inserted replaced
14511:7e8e4d1a41d6 14512:484a359ff649
651 "Propagate type improvements in callers of inlinee if possible") \ 651 "Propagate type improvements in callers of inlinee if possible") \
652 \ 652 \
653 experimental(bool, UseTypeSpeculation, false, \ 653 experimental(bool, UseTypeSpeculation, false, \
654 "Speculatively propagate types from profiles") \ 654 "Speculatively propagate types from profiles") \
655 \ 655 \
656 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \
657 "Carry inline depth of profile point with speculative type " \
658 "and give priority to profiling from lower inline depth") \
659 \
656 product_pd(bool, TrapBasedRangeChecks, \ 660 product_pd(bool, TrapBasedRangeChecks, \
657 "Generate code for range checks that uses a cmp and trap " \ 661 "Generate code for range checks that uses a cmp and trap " \
658 "instruction raising SIGTRAP. Used on PPC64.") \ 662 "instruction raising SIGTRAP. Used on PPC64.") \
659 663
660 C2_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_EXPERIMENTAL_FLAG, DECLARE_NOTPRODUCT_FLAG) 664 C2_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_EXPERIMENTAL_FLAG, DECLARE_NOTPRODUCT_FLAG)