On Wed, 12 Jan 2022 07:29:04 GMT, John Jiang <jji...@openjdk.org> wrote:
>> In class `sun.security.ec.ECDHKeyAgreement`, the last `mod()` in the below >> line looks redundant, >> >> BigInteger lhs = y.modPow(BigInteger.valueOf(2), p).mod(p); >> >> I think this tiny change just be a code cleanup, so no test for it and label >> `noreg-cleanup` is added for this JBS issue. > > John Jiang has updated the pull request incrementally with one additional > commit since the last revision: > > update copyright notes Marked as reviewed by xuelei (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/7042