RFR: 8304069: ClassFileParser has ad-hoc hashtables [v3]
Matias Saavedra Silva
matsaave at openjdk.org
Thu Mar 23 16:49:04 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:
Interface uses normal ResourceHashtable
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13141/files
- new: https://git.openjdk.org/jdk/pull/13141/files/17f7d8f0..5492f5eb
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13141&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13141&range=01-02
Stats: 6 lines in 1 file changed: 0 ins; 0 del; 6 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