Integrated: 8279018: CRC calculation in CDS should not include _version and _head_size

Yumin Qi minqi at openjdk.java.net
Wed Dec 22 16:18:19 UTC 2021


On Mon, 20 Dec 2021 20:30:15 GMT, Yumin Qi <minqi at openjdk.org> wrote:

> Please review the simple change for not including _version and _header_size in crc computation. These two fields are checked separately and they should not affect crc.
> 
> tests: tier1,tier4
> 
> Thanks
> Yumin

This pull request has now been integrated.

Changeset: a6903f80
Author:    Yumin Qi <minqi at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a6903f806a9071b2c6c4dbb190b0041867e5bb80
Stats:     56 lines in 7 files changed: 43 ins; 0 del; 13 mod

8279018: CRC calculation in CDS should not include _version and _head_size

Reviewed-by: iklam, ccheung

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

PR: https://git.openjdk.java.net/jdk/pull/6899


More information about the hotspot-runtime-dev mailing list