RFR: 8257734: Extraneous output in HmacSHA3_512 constructor

Valerie Peng valeriep at openjdk.java.net
Fri Dec 4 01:26:06 UTC 2020


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

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

Commit messages:
 - 8257734: Extraneous output in HmacSHA3_512 constructor

Changes: https://git.openjdk.java.net/jdk/pull/1615/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1615&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8257734
  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1615.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1615/head:pull/1615

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



More information about the security-dev mailing list