RFR: 8292068: Convert ModuleEntryTable into ResourceHashtable

Coleen Phillimore coleenp at openjdk.org
Wed Aug 10 12:14:37 UTC 2022


On Wed, 10 Aug 2022 05:42:01 GMT, Ioi Lam <iklam 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.
>
> src/hotspot/share/classfile/moduleEntry.cpp line 287:
> 
>> 285:   }
>> 286: 
>> 287:   Symbol::maybe_increment_refcount(_version);
> 
> Use set_version() instead, to be consistent with set_location() below.

ok, I should have done that.

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

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


More information about the hotspot-dev mailing list