RFR: 8293182: Improve testing of CDS archive heap [v5]

Coleen Phillimore coleenp at openjdk.org
Fri Sep 2 19:29:06 UTC 2022


On Fri, 2 Sep 2022 19:11:51 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 minimal build
>
> src/hotspot/share/cds/cds_globals.hpp line 78:
> 
>> 76:           "product builds. The \"archivedObjects\" static field "           \
>> 77:           "of the specified class is stored in the CDS archive heap")       \
>> 78:                                                                             \
> 
> "Not available in product builds" is redundant with the flag definition.

How about "The static field named "archivedObjects" of the specified class is stored in the CDS archive heap.

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

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


More information about the hotspot-runtime-dev mailing list