hotspot/src/share/vm/opto/c2_globals.hpp
changeset 31583 eb5bea7b4835
parent 31129 02ee7609f0e1
child 31584 24e491478c2f
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Thu Jun 11 14:19:40 2015 +0300
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Tue Jun 16 17:31:53 2015 +0100
@@ -671,6 +671,12 @@
   product(bool, UseMulAddIntrinsic, false,                                  \
           "Enables intrinsification of BigInteger.mulAdd()")                \
                                                                             \
+  product(bool, UseMontgomeryMultiplyIntrinsic, false,                      \
+          "Enables intrinsification of BigInteger.montgomeryMultiply()")    \
+                                                                            \
+  product(bool, UseMontgomerySquareIntrinsic, false,                        \
+          "Enables intrinsification of BigInteger.montgomerySquare()")      \
+                                                                            \
   product(bool, UseTypeSpeculation, true,                                   \
           "Speculatively propagate types from profiles")                    \
                                                                             \