JDK-8315998 : Remove dead ClassLoaderDataGraphKlassIteratorStatic
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-09-11
  • Updated: 2024-04-04
  • Resolved: 2023-09-12
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 21 JDK 22
21.0.4-oracleFixed 22 b15Fixed
Related Reports
Relates :  
Description
ClassLoaderDataGraphKlassIteratorStatic is never actually used in the VM code. Comments refer to some "VM_CounterDecay" that does not exist. Remove.
Comments
Fix request [21u] I backport this for parity with 21.0.4-oracle. A bit larger cleanup, but as removing unused feature acceptable risk. Clean backport. SAP nightly testing passed.
01-04-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u-dev/pull/427 Date: 2024-03-29 21:34:38 +0000
29-03-2024

Changeset: 347beb21 Author: Thomas Schatzl <tschatzl@openjdk.org> Date: 2023-09-12 13:34:04 +0000 URL: https://git.openjdk.org/jdk/commit/347beb21aa856cebdcf4407eac59f1cad46376c1
12-09-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15656 Date: 2023-09-11 11:59:56 +0000
11-09-2023