RFR: 8244778: Archive full module graph in CDS [v3]

Ioi Lam iklam at openjdk.java.net
Wed Sep 9 22:08:26 UTC 2020


On Tue, 8 Sep 2020 17:32:44 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Feedback from Coleen
>
> src/hotspot/share/classfile/classLoaderDataShared.cpp line 171:
> 
>> 169: }
>> 170:
>> 171: void ClassLoaderDataShared::serialize(class SerializeClosure* f) {
> 
> Why is there a 'class' keyword here?

I fixed this one and other issues you reported for the same commit (I didn't want to respond to each one individually
to avoid the e-mail avalanche). New version:
[e541890](https://github.com/openjdk/jdk/pull/80/commits/e541890e037ff40ec9134a54e5c7a878ab9259f3)

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

PR: https://git.openjdk.java.net/jdk/pull/80


More information about the hotspot-runtime-dev mailing list