comparison src/share/vm/opto/c2_globals.hpp @ 14447:2da20f966936

Merge
author kvn
date Thu, 12 Dec 2013 11:05:39 -0800
parents 41b780b43b74 9949533a8623
children 45467c53f178 f040cf9fc9c0
comparison
equal deleted inserted replaced
14446:b4e19a1e459f 14447:2da20f966936
645 "max number of live nodes in a method") \ 645 "max number of live nodes in a method") \
646 \ 646 \
647 diagnostic(bool, OptimizeExpensiveOps, true, \ 647 diagnostic(bool, OptimizeExpensiveOps, true, \
648 "Find best control for expensive operations") \ 648 "Find best control for expensive operations") \
649 \ 649 \
650 product(bool, UseMathExactIntrinsics, true, \ 650 experimental(bool, UseMathExactIntrinsics, false, \
651 "Enables intrinsification of various java.lang.Math functions") \ 651 "Enables intrinsification of various java.lang.Math functions") \
652 \ 652 \
653 experimental(bool, ReplaceInParentMaps, false, \ 653 experimental(bool, ReplaceInParentMaps, false, \
654 "Propagate type improvements in callers of inlinee if possible") \ 654 "Propagate type improvements in callers of inlinee if possible") \
655 \ 655 \