src/share/vm/opto/c2_globals.hpp

changeset 6152
9949533a8623
parent 5991
b2ee5dc63353
child 6293
2185d483f5f8
child 6314
1419657ed891
child 6497
2da20f966936
equal deleted inserted replaced
6139:b6b9a5d4cda0 6152:9949533a8623
635 "max number of live nodes in a method") \ 635 "max number of live nodes in a method") \
636 \ 636 \
637 diagnostic(bool, OptimizeExpensiveOps, true, \ 637 diagnostic(bool, OptimizeExpensiveOps, true, \
638 "Find best control for expensive operations") \ 638 "Find best control for expensive operations") \
639 \ 639 \
640 product(bool, UseMathExactIntrinsics, true, \ 640 experimental(bool, UseMathExactIntrinsics, false, \
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 \

mercurial