Integrated: 8291969: Convert LoaderConstraintsTable to ResourceHashtable

Coleen Phillimore coleenp at openjdk.org
Wed Aug 24 11:43:43 UTC 2022


On Wed, 17 Aug 2022 11:53:05 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This converts the LoaderConstraintTable to ResourceHashtable.  It's a bit different than the other conversions in that the LoaderConstraintEntry has to be restructured to hold all the loader constraints for that class name, since the search key is the class name.  Also, I replaced the raw arrays with GrowableArray, because it's less code.
> Tested with tier1-3, and tier 4-7 previously with other changes.  I also verified code paths with some temporary asserts with existing tests, including jck tests.

This pull request has now been integrated.

Changeset: b653b9cc
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b653b9cc274abb906d3ebe887827ef16b4e57be4
Stats:     437 lines in 4 files changed: 136 ins; 169 del; 132 mod

8291969: Convert LoaderConstraintsTable to ResourceHashtable

Reviewed-by: dholmes, iklam

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

PR: https://git.openjdk.org/jdk/pull/9904


More information about the hotspot-runtime-dev mailing list