--- old/hotspot/src/share/vm/opto/c2_globals.hpp 2015-05-04 15:06:51.000000000 -0700 +++ new/hotspot/src/share/vm/opto/c2_globals.hpp 2015-05-04 15:06:51.000000000 -0700 @@ -662,6 +662,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") \ \