comparison src/share/vm/opto/c2_globals.hpp @ 17480:1b46c3672650

Merge
author kizune
date Fri, 13 Dec 2013 22:13:52 +0400
parents 9949533a8623
children 17ec2d5c43e8 2da20f966936 2185d483f5f8
comparison
equal deleted inserted replaced
17479:9063bd8808a7 17480:1b46c3672650
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 \