comparison src/share/vm/opto/c2_globals.hpp @ 20438:166d744df0de

8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method Summary: Add new C2 intrinsic for BigInteger::multiplyToLen() on x86 in 64-bit VM. Reviewed-by: roland
author kvn
date Tue, 02 Sep 2014 12:48:45 -0700
parents 411e30e5fbb8
children 90297adbda9d
comparison
equal deleted inserted replaced
20437:bddcb33dadf4 20438:166d744df0de
651 "Find best control for expensive operations") \ 651 "Find best control for expensive operations") \
652 \ 652 \
653 product(bool, UseMathExactIntrinsics, true, \ 653 product(bool, UseMathExactIntrinsics, true, \
654 "Enables intrinsification of various java.lang.Math functions") \ 654 "Enables intrinsification of various java.lang.Math functions") \
655 \ 655 \
656 product(bool, UseMultiplyToLenIntrinsic, false, \
657 "Enables intrinsification of BigInteger.multiplyToLen()") \
658 \
656 product(bool, UseTypeSpeculation, true, \ 659 product(bool, UseTypeSpeculation, true, \
657 "Speculatively propagate types from profiles") \ 660 "Speculatively propagate types from profiles") \
658 \ 661 \
659 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \ 662 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \
660 "Carry inline depth of profile point with speculative type " \ 663 "Carry inline depth of profile point with speculative type " \