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

Ioi Lam iklam at openjdk.org
Tue Sep 6 22:25:59 UTC 2022


On Fri, 2 Sep 2022 19:12:51 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> 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.

Fixed

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

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


More information about the hotspot-runtime-dev mailing list