comparison src/share/vm/opto/c2_globals.hpp @ 23890:445941ba41c0 jdk8u92-b31

Merge
author asaha
date Thu, 31 Mar 2016 14:23:12 -0700
parents cf93dd06db0f 5601e440e5e7
children a96cf90239c6
comparison
equal deleted inserted replaced
23883:4fc39d24d00e 23890:445941ba41c0
660 "Enables intrinsification of various java.lang.Math functions") \ 660 "Enables intrinsification of various java.lang.Math functions") \
661 \ 661 \
662 product(bool, UseMultiplyToLenIntrinsic, false, \ 662 product(bool, UseMultiplyToLenIntrinsic, false, \
663 "Enables intrinsification of BigInteger.multiplyToLen()") \ 663 "Enables intrinsification of BigInteger.multiplyToLen()") \
664 \ 664 \
665 product(bool, UseSquareToLenIntrinsic, false, \
666 "Enables intrinsification of BigInteger.squareToLen()") \
667 \
668 product(bool, UseMulAddIntrinsic, false, \
669 "Enables intrinsification of BigInteger.mulAdd()") \
670 \
671 product(bool, UseMontgomeryMultiplyIntrinsic, false, \
672 "Enables intrinsification of BigInteger.montgomeryMultiply()") \
673 \
674 product(bool, UseMontgomerySquareIntrinsic, false, \
675 "Enables intrinsification of BigInteger.montgomerySquare()") \
676 \
665 product(bool, UseTypeSpeculation, true, \ 677 product(bool, UseTypeSpeculation, true, \
666 "Speculatively propagate types from profiles") \ 678 "Speculatively propagate types from profiles") \
667 \ 679 \
668 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \ 680 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \
669 "Carry inline depth of profile point with speculative type " \ 681 "Carry inline depth of profile point with speculative type " \