comparison src/share/vm/opto/c2_globals.hpp @ 14495:cd5d10655495

8027754: Enable loop optimizations for loops with MathExact inside Reviewed-by: kvn, iveresov
author rbackman
date Thu, 23 Jan 2014 12:08:28 +0100
parents 45467c53f178
children 484a359ff649
comparison
equal deleted inserted replaced
14494:5292439ef895 14495:cd5d10655495
642 "max number of live nodes in a method") \ 642 "max number of live nodes in a method") \
643 \ 643 \
644 diagnostic(bool, OptimizeExpensiveOps, true, \ 644 diagnostic(bool, OptimizeExpensiveOps, true, \
645 "Find best control for expensive operations") \ 645 "Find best control for expensive operations") \
646 \ 646 \
647 experimental(bool, UseMathExactIntrinsics, false, \ 647 product(bool, UseMathExactIntrinsics, true, \
648 "Enables intrinsification of various java.lang.Math functions") \ 648 "Enables intrinsification of various java.lang.Math functions") \
649 \ 649 \
650 experimental(bool, ReplaceInParentMaps, false, \ 650 experimental(bool, ReplaceInParentMaps, false, \
651 "Propagate type improvements in callers of inlinee if possible") \ 651 "Propagate type improvements in callers of inlinee if possible") \
652 \ 652 \