--- old/src/share/vm/opto/c2_globals.hpp 2016-02-12 21:05:52.585727601 +0300 +++ new/src/share/vm/opto/c2_globals.hpp 2016-02-12 21:05:52.409722834 +0300 @@ -662,6 +662,12 @@ product(bool, UseMultiplyToLenIntrinsic, false, \ "Enables intrinsification of BigInteger.multiplyToLen()") \ \ + 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") \ \