src/share/vm/opto/c2_globals.hpp

changeset 8307
daaf806995b3
parent 8195
cf93dd06db0f
child 8318
ea7ac121a5d3
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Tue Feb 16 13:56:12 2016 +0000
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Wed Feb 17 13:40:12 2016 +0300
     1.3 @@ -662,6 +662,12 @@
     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, UseTypeSpeculation, true,                                   \
    1.14            "Speculatively propagate types from profiles")                    \
    1.15                                                                              \

mercurial