RFR: 8292218: Convert PackageEntryTable to ResourceHashtable [v2]

Coleen Phillimore coleenp at openjdk.org
Thu Aug 11 19:15:47 UTC 2022


On Thu, 11 Aug 2022 19:10:39 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.

@lfoltan thank you for the comments and reviewing the code.

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

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


More information about the hotspot-dev mailing list