RFR: 8292218: Convert PackageEntryTable to ResourceHashtable [v2]
David Holmes
dholmes at openjdk.org
Fri Aug 12 05:42:33 UTC 2022
On Thu, 11 Aug 2022 19:15:45 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> This is the conversion of the PackageEntryTable, which is stored one per ClassLoaderData to ResourceHashtable. Much like the module table and uses the Module_lock.
>> Tested with tier1-3 on linux, windows, mac.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix debug info and module name comparison.
Hi Coleen,
This looks good to me too. It was a good exercise to observe the conversion. The new code is much cleaner.
Thanks.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9837
More information about the hotspot-dev
mailing list