RFR: 8257734: Extraneous output in HmacSHA3_512 constructor

Valerie Peng valeriep at openjdk.java.net
Fri Dec 4 02:11:02 UTC 2020


On Fri, 4 Dec 2020 01:57:59 GMT, Anthony Scarpino <ascarpino at openjdk.org> wrote:

>> Somehow there is a debugging statement accidentally introduced into the HmacSHA3_512 constructor before the JDK-8172680 changes are integrated.
>> Please help review this one-line fix which removed the undesirable System.out.println(...) call. Did a grep on other classes under the same package and rest are ok.
>> 
>> No regression test, thus added noreg-trivial label to the bug record.
>> 
>> Thanks,
>> Valerie
>
> Marked as reviewed by ascarpino (Reviewer).

> 
> 
> Looks good

Thanks for the quick review~

-------------

PR: https://git.openjdk.java.net/jdk/pull/1615



More information about the security-dev mailing list