src/share/vm/opto/c2_globals.hpp

changeset 8489
51c505229e71
parent 7385
9e69e8d1c900
child 8490
5601e440e5e7
equal deleted inserted replaced
8488:0d5597f44603 8489:51c505229e71
657 "Enables intrinsification of various java.lang.Math functions") \ 657 "Enables intrinsification of various java.lang.Math functions") \
658 \ 658 \
659 product(bool, UseMultiplyToLenIntrinsic, false, \ 659 product(bool, UseMultiplyToLenIntrinsic, false, \
660 "Enables intrinsification of BigInteger.multiplyToLen()") \ 660 "Enables intrinsification of BigInteger.multiplyToLen()") \
661 \ 661 \
662 product(bool, UseSquareToLenIntrinsic, false, \
663 "Enables intrinsification of BigInteger.squareToLen()") \
664 \
665 product(bool, UseMulAddIntrinsic, false, \
666 "Enables intrinsification of BigInteger.mulAdd()") \
667 \
662 product(bool, UseTypeSpeculation, true, \ 668 product(bool, UseTypeSpeculation, true, \
663 "Speculatively propagate types from profiles") \ 669 "Speculatively propagate types from profiles") \
664 \ 670 \
665 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \ 671 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \
666 "Carry inline depth of profile point with speculative type " \ 672 "Carry inline depth of profile point with speculative type " \

mercurial