comparison src/share/vm/opto/c2_globals.hpp @ 17726:085b304a1cc5

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 54436d3b2a91
children 62825ea7e51f
comparison
equal deleted inserted replaced
17725:b4ce4e9eb97d 17726:085b304a1cc5
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 experimental(bool, UseMathExactIntrinsics, false, \ 640 product(bool, UseMathExactIntrinsics, true, \
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 \