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

Matias Saavedra Silva matsaave at openjdk.org
Wed Mar 22 19:52:21 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:

  Coleen comments

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13141/files
  - new: https://git.openjdk.org/jdk/pull/13141/files/3b19b76a..17f7d8f0

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

  Stats: 57 lines in 1 file changed: 5 ins; 20 del; 32 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