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

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


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

>> This table is used to check if we have already worked on the class:
>> 
>> 
>>   bool first_time;
>>   _processed_classes.put_if_absent(ik, &first_time);
>>   if (!first_time) {
>>     return;
>>   }
>
> Oh, ok I missed that.  Can you add a comment there about what you're doing and why?

Done

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

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


More information about the hotspot-dev mailing list