JDK-8304069 : ClassFileParser has ad-hoc hashtables
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-03-13
  • Updated: 2023-05-23
  • Resolved: 2023-03-24
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
21 b16Fixed
Related Reports
Blocks :  
Relates :  
Description
The ClassFileParser has ad-hoc hash tables for checking for duplicate names for fields, methods and interfaces.  This code should be refactored into one function and use the ResourceHashtable instead.

Wait for JDK-8292818 first.
Comments
Changeset: d8ba227a Author: Matias Saavedra Silva <matsaave@openjdk.org> Committer: Coleen Phillimore <coleenp@openjdk.org> Date: 2023-03-24 15:45:18 +0000 URL: https://git.openjdk.org/jdk/commit/d8ba227aa4fcfdd2ab3df005dc3ef9b1e220d435
24-03-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13141 Date: 2023-03-22 14:56:55 +0000
22-03-2023