RFR: 8293979: Resolve JVM_CONSTANT_Class references at CDS dump time [v3]

Ioi Lam iklam at openjdk.org
Wed Oct 19 18:39:26 UTC 2022


On Tue, 18 Oct 2022 20:43:06 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fixed product build
>
> src/hotspot/share/cds/classPrelinker.hpp line 51:
> 
>> 49: // if all of its supertypes are loaded from the CDS archive.
>> 50: class ClassPrelinker :  public StackObj {
>> 51:   typedef ResourceHashtable<InstanceKlass*, bool, 15889, ResourceObj::C_HEAP, mtClassShared> ClassesTable;
> 
> You can use the new shiny using ClassesTable = ResourceHashtable<etc> instead.

Done.

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

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


More information about the hotspot-dev mailing list