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

Coleen Phillimore coleenp at openjdk.org
Wed Mar 22 21:34:42 UTC 2023


On Wed, 22 Mar 2023 19:52:21 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:
> 
>   Coleen comments

This looks great.

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

Marked as reviewed by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13141#pullrequestreview-1353507434


More information about the hotspot-runtime-dev mailing list