comparison src/share/vm/opto/c2_globals.hpp @ 20671:9e69e8d1c900

8058148: MaxNodeLimit and LiveNodeCountInliningCutoff Reviewed-by: kvn, roland
author vlivanov
date Mon, 24 Nov 2014 07:29:03 -0800
parents 90297adbda9d
children 7848fc12602b
comparison
equal deleted inserted replaced
20670:6a528388c7da 20671: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 \