RFR: 8307765: DynamicArchiveHeader contents are missing in CDS mapfile

Ashutosh Mehra duke at openjdk.org
Wed May 10 12:59:22 UTC 2023


On Tue, 9 May 2023 17:16:35 GMT, Ashutosh Mehra <duke at openjdk.org> wrote:

> This change adds DynamicArchiveHeader contents in the mapfile generated for a dynamic CDS archive.
> The additional fields that appears in the header section of the cds mapfile are:
> 
> - base_header_crc:                <value>
> - base_region_crc[0]:             <value>
> - base_region_crc[1]:             <value>
> - base_region_crc[2]:             <value>
> - base_region_crc[3]:             <value>

@iklam can you please review this change.

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

PR Comment: https://git.openjdk.org/jdk/pull/13891#issuecomment-1542162520


More information about the hotspot-runtime-dev mailing list