hotspot/src/share/vm/opto/c2_globals.hpp
changeset 31129 02ee7609f0e1
parent 30624 2e1803c8a26d
child 31371 311143309e73
child 31403 7bf7e00a1aac
child 31583 eb5bea7b4835
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Fri May 29 17:56:50 2015 +0200
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Wed Jun 03 15:02:10 2015 -0700
@@ -665,6 +665,12 @@
   product(bool, UseMultiplyToLenIntrinsic, false,                           \
           "Enables intrinsification of BigInteger.multiplyToLen()")         \
                                                                             \
+  product(bool, UseSquareToLenIntrinsic, false,                             \
+          "Enables intrinsification of BigInteger.squareToLen()")           \
+                                                                            \
+  product(bool, UseMulAddIntrinsic, false,                                  \
+          "Enables intrinsification of BigInteger.mulAdd()")                \
+                                                                            \
   product(bool, UseTypeSpeculation, true,                                   \
           "Speculatively propagate types from profiles")                    \
                                                                             \