Integrated: 8304069: ClassFileParser has ad-hoc hashtables
Matias Saavedra Silva
matsaave at openjdk.org
Fri Mar 24 15:48:13 UTC 2023
On Wed, 22 Mar 2023 14:56:55 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.
This pull request has now been integrated.
Changeset: d8ba227a
Author: Matias Saavedra Silva <matsaave at openjdk.org>
Committer: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d8ba227aa4fcfdd2ab3df005dc3ef9b1e220d435
Stats: 106 lines in 1 file changed: 5 ins; 64 del; 37 mod
8304069: ClassFileParser has ad-hoc hashtables
Reviewed-by: coleenp, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/13141
More information about the hotspot-runtime-dev
mailing list