RFR: 8291969: Convert LoaderConstraintsTable to ResourceHashtable [v2]
Coleen Phillimore
coleenp at openjdk.org
Wed Aug 17 16:31:21 UTC 2022
> 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.
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
Fix include for minimal build.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9904/files
- new: https://git.openjdk.org/jdk/pull/9904/files/70c84a98..8029161d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9904&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9904&range=00-01
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/9904.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9904/head:pull/9904
PR: https://git.openjdk.org/jdk/pull/9904
More information about the hotspot-runtime-dev
mailing list