comparison src/share/vm/opto/c2_globals.hpp @ 23886:5601e440e5e7

8130150: Implement BigInteger.montgomeryMultiply intrinsic Reviewed-by: kvn, mdoerr
author vkempik
date Fri, 04 Mar 2016 16:15:48 +0300
parents 51c505229e71
children 445941ba41c0
comparison
equal deleted inserted replaced
23885:51c505229e71 23886:5601e440e5e7
663 "Enables intrinsification of BigInteger.squareToLen()") \ 663 "Enables intrinsification of BigInteger.squareToLen()") \
664 \ 664 \
665 product(bool, UseMulAddIntrinsic, false, \ 665 product(bool, UseMulAddIntrinsic, false, \
666 "Enables intrinsification of BigInteger.mulAdd()") \ 666 "Enables intrinsification of BigInteger.mulAdd()") \
667 \ 667 \
668 product(bool, UseMontgomeryMultiplyIntrinsic, false, \
669 "Enables intrinsification of BigInteger.montgomeryMultiply()") \
670 \
671 product(bool, UseMontgomerySquareIntrinsic, false, \
672 "Enables intrinsification of BigInteger.montgomerySquare()") \
673 \
668 product(bool, UseTypeSpeculation, true, \ 674 product(bool, UseTypeSpeculation, true, \
669 "Speculatively propagate types from profiles") \ 675 "Speculatively propagate types from profiles") \
670 \ 676 \
671 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \ 677 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \
672 "Carry inline depth of profile point with speculative type " \ 678 "Carry inline depth of profile point with speculative type " \