< prev index next >

src/hotspot/share/opto/c2_globals.hpp

Print this page

        

*** 717,731 **** "Enables intrinsification of BigInteger.squareToLen()") \ \ diagnostic(bool, UseMulAddIntrinsic, false, \ "Enables intrinsification of BigInteger.mulAdd()") \ \ ! diagnostic(bool, UseMontgomeryMultiplyIntrinsic, false, \ ! "Enables intrinsification of BigInteger.montgomeryMultiply()") \ \ ! diagnostic(bool, UseMontgomerySquareIntrinsic, false, \ ! "Enables intrinsification of BigInteger.montgomerySquare()") \ \ product(bool, UseTypeSpeculation, true, \ "Speculatively propagate types from profiles") \ \ diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \ --- 717,731 ---- "Enables intrinsification of BigInteger.squareToLen()") \ \ diagnostic(bool, UseMulAddIntrinsic, false, \ "Enables intrinsification of BigInteger.mulAdd()") \ \ ! NOT_AARCH32(diagnostic(bool, UseMontgomeryMultiplyIntrinsic, false, \ ! "Enables intrinsification of BigInteger.montgomeryMultiply()")) \ \ ! NOT_AARCH32(diagnostic(bool, UseMontgomerySquareIntrinsic, false, \ ! "Enables intrinsification of BigInteger.montgomerySquare()")) \ \ product(bool, UseTypeSpeculation, true, \ "Speculatively propagate types from profiles") \ \ diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \
< prev index next >