RFR: 8304069: ClassFileParser has ad-hoc hashtables [v4]

Matias Saavedra Silva matsaave at openjdk.org
Thu Mar 23 19:39:50 UTC 2023


> The ClassFileParser has ad-hoc hash tables for checking for duplicate names for fields, methods and interfaces. ResourceHashtable will now be used instead. Verified with tier1-4 tests.

Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:

  Moved declarations into for loop

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/13141/files
  - new: https://git.openjdk.org/jdk/pull/13141/files/5492f5eb..20a2006a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13141&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13141&range=02-03

  Stats: 6 lines in 1 file changed: 0 ins; 3 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/13141.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13141/head:pull/13141

PR: https://git.openjdk.org/jdk/pull/13141


More information about the hotspot-runtime-dev mailing list