RFR: 8304069: ClassFileParser has ad-hoc hashtables [v5]
Coleen Phillimore
coleenp at openjdk.org
Thu Mar 23 21:49:50 UTC 2023
On Thu, 23 Mar 2023 21:28:17 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
>> 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:
>
> Removed default constructor and changed declarations
Looks good to me!
-------------
Marked as reviewed by coleenp (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13141#pullrequestreview-1355704985
More information about the hotspot-runtime-dev
mailing list