src/share/vm/opto/c2_globals.hpp

changeset 8318
ea7ac121a5d3
parent 8307
daaf806995b3
child 8504
a96cf90239c6
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Fri Mar 04 16:40:30 2016 +0100
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Fri Mar 04 16:15:48 2016 +0300
     1.3 @@ -668,6 +668,12 @@
     1.4    product(bool, UseMulAddIntrinsic, false,                                  \
     1.5            "Enables intrinsification of BigInteger.mulAdd()")                \
     1.6                                                                              \
     1.7 +  product(bool, UseMontgomeryMultiplyIntrinsic, false,                      \
     1.8 +          "Enables intrinsification of BigInteger.montgomeryMultiply()")    \
     1.9 +                                                                            \
    1.10 +  product(bool, UseMontgomerySquareIntrinsic, false,                        \
    1.11 +          "Enables intrinsification of BigInteger.montgomerySquare()")      \
    1.12 +                                                                            \
    1.13    product(bool, UseTypeSpeculation, true,                                   \
    1.14            "Speculatively propagate types from profiles")                    \
    1.15                                                                              \

mercurial