RFR: 8279018: CRC calculation in CDS should not include _version and _head_size [v3]

Yumin Qi minqi at openjdk.java.net
Wed Dec 22 03:16:55 UTC 2021


> 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

Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:

  Explicitly include cds.h and add INCLUDE_CDS for CDS only code

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6899/files
  - new: https://git.openjdk.java.net/jdk/pull/6899/files/56e42768..1276cace

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6899&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6899&range=01-02

  Stats: 11 lines in 1 file changed: 11 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6899.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6899/head:pull/6899

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


More information about the hotspot-runtime-dev mailing list