On Fri, 4 Dec 2020 01:21:43 GMT, Valerie Peng <valer...@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 This pull request has now been integrated. Changeset: 49f9e577 Author: Valerie Peng <valer...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/49f9e577 Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod 8257734: Extraneous output in HmacSHA3_512 constructor Reviewed-by: ascarpino ------------- PR: https://git.openjdk.java.net/jdk/pull/1615