RFR: 8307765: DynamicArchiveHeader contents are missing in CDS mapfile

Ashutosh Mehra duke at openjdk.org
Wed May 10 17:54:14 UTC 2023


On Wed, 10 May 2023 17:35:33 GMT, Ioi Lam <iklam 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>
>
> LGTM. Thanks for fixing this.

@iklam thank you for reviewing

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

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


More information about the hotspot-runtime-dev mailing list