src/share/vm/opto/c2_globals.hpp

changeset 4589
8b3da8d14c93
parent 4479
b30b3c2a0cf2
child 4691
571076d3c79d
equal deleted inserted replaced
4588:1e5e28bac299 4589:8b3da8d14c93
616 develop(bool, AlwaysIncrementalInline, false, \ 616 develop(bool, AlwaysIncrementalInline, false, \
617 "do all inlining incrementally") \ 617 "do all inlining incrementally") \
618 \ 618 \
619 product(intx, LiveNodeCountInliningCutoff, 20000, \ 619 product(intx, LiveNodeCountInliningCutoff, 20000, \
620 "max number of live nodes in a method") \ 620 "max number of live nodes in a method") \
621 \
622 diagnostic(bool, OptimizeExpensiveOps, true, \
623 "Find best control for expensive operations") \
621 624
622 625
623 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) 626 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)
624 627
625 #endif // SHARE_VM_OPTO_C2_GLOBALS_HPP 628 #endif // SHARE_VM_OPTO_C2_GLOBALS_HPP

mercurial