src/share/vm/opto/c2_globals.hpp

changeset 8494
445941ba41c0
parent 8195
cf93dd06db0f
parent 8490
5601e440e5e7
child 8504
a96cf90239c6
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Thu Mar 31 14:04:14 2016 -0700
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Thu Mar 31 14:23:12 2016 -0700
     1.3 @@ -662,6 +662,18 @@
     1.4    product(bool, UseMultiplyToLenIntrinsic, false,                           \
     1.5            "Enables intrinsification of BigInteger.multiplyToLen()")         \
     1.6                                                                              \
     1.7 +  product(bool, UseSquareToLenIntrinsic, false,                             \
     1.8 +          "Enables intrinsification of BigInteger.squareToLen()")           \
     1.9 +                                                                            \
    1.10 +  product(bool, UseMulAddIntrinsic, false,                                  \
    1.11 +          "Enables intrinsification of BigInteger.mulAdd()")                \
    1.12 +                                                                            \
    1.13 +  product(bool, UseMontgomeryMultiplyIntrinsic, false,                      \
    1.14 +          "Enables intrinsification of BigInteger.montgomeryMultiply()")    \
    1.15 +                                                                            \
    1.16 +  product(bool, UseMontgomerySquareIntrinsic, false,                        \
    1.17 +          "Enables intrinsification of BigInteger.montgomerySquare()")      \
    1.18 +                                                                            \
    1.19    product(bool, UseTypeSpeculation, true,                                   \
    1.20            "Speculatively propagate types from profiles")                    \
    1.21                                                                              \

mercurial