RFR: 8292068: Convert ModuleEntryTable into ResourceHashtable
Coleen Phillimore
coleenp at openjdk.org
Wed Aug 10 13:16:03 UTC 2022
On Tue, 9 Aug 2022 12:27:46 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Converted the ModuleEntryTable to use ResourceHashtable.
> Ran tiers 1-7. Also ran performance tests with this and other changes with no performance difference, although the footprint of this should be better.
Thanks Ioi for reviewing this! I fixed the code for your comments and am rerunning tier1-3 in case of other missing Module_locks. I already ran jfr tests since there are places where jfr iterates through modules.
-------------
PR: https://git.openjdk.org/jdk/pull/9809
More information about the hotspot-dev
mailing list