JDK-8257734 : Extraneous output in HmacSHA3_512 constructor
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2020-12-04
  • Updated: 2020-12-17
  • Resolved: 2020-12-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 16
16 b28Fixed
Related Reports
Relates :  
Description
Somehow a debug statement accidentally got included into the constructor. This should be removed.
Comments
Changeset: 49f9e577 Author: Valerie Peng <valeriep@openjdk.org> Date: 2020-12-04 03:52:04 +0000 URL: https://git.openjdk.java.net/jdk/commit/49f9e577
04-12-2020

Debugging out is accidentally introduced after peer review as the webrev does not contain it.
04-12-2020

Will remove this System.out.println(...) call.
04-12-2020