--- old/src/share/vm/opto/c2_globals.hpp 2016-02-19 17:13:59.355682854 +0300 +++ new/src/share/vm/opto/c2_globals.hpp 2016-02-19 17:13:59.234679700 +0300 @@ -668,6 +668,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") \ \