src/share/vm/opto/c2_globals.hpp

changeset 8490
5601e440e5e7
parent 8489
51c505229e71
child 8494
445941ba41c0
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Wed Feb 17 13:40:12 2016 +0300
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Fri Mar 04 16:15:48 2016 +0300
     1.3 @@ -665,6 +665,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