JDK-8296262 : Remove dead code from InstanceKlass::signature_name()
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 17,20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-11-02
  • Updated: 2022-11-03
  • Resolved: 2022-11-03
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 20
20 masterFixed
Related Reports
Relates :  
Description
When JDK-8243287 removed all code relating to VM anonymous classes it resulted in the hash printing logic in InstanceKlass::signature_name() getting left behind, even though only anonymous classes produced a hash.
Comments
Changeset: 13b20e0e Author: David Holmes <dholmes@openjdk.org> Date: 2022-11-03 02:27:30 +0000 URL: https://git.openjdk.org/jdk/commit/13b20e0e6dda5a05edb05212a5774a960ab0f03b
03-11-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10962 Date: 2022-11-02 22:41:45 +0000
02-11-2022