src/share/vm/opto/c2_globals.hpp

changeset 7385
9e69e8d1c900
parent 7299
90297adbda9d
child 7535
7ae4e26cb1e0
child 8193
70649f10b88c
child 8489
51c505229e71
equal deleted inserted replaced
7384:6a528388c7da 7385:9e69e8d1c900
645 "do post parse inlining") \ 645 "do post parse inlining") \
646 \ 646 \
647 develop(bool, AlwaysIncrementalInline, false, \ 647 develop(bool, AlwaysIncrementalInline, false, \
648 "do all inlining incrementally") \ 648 "do all inlining incrementally") \
649 \ 649 \
650 product(intx, LiveNodeCountInliningCutoff, 20000, \ 650 product(intx, LiveNodeCountInliningCutoff, 40000, \
651 "max number of live nodes in a method") \ 651 "max number of live nodes in a method") \
652 \ 652 \
653 diagnostic(bool, OptimizeExpensiveOps, true, \ 653 diagnostic(bool, OptimizeExpensiveOps, true, \
654 "Find best control for expensive operations") \ 654 "Find best control for expensive operations") \
655 \ 655 \

mercurial