RFR: 8307765: DynamicArchiveHeader contents are missing in CDS mapfile
Ioi Lam
iklam at openjdk.org
Wed May 10 17:38:12 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>
LGTM. Thanks for fixing this.
-------------
Marked as reviewed by iklam (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13891#pullrequestreview-1421109889
More information about the hotspot-runtime-dev
mailing list