[jdk22u] RFR: 8330027: Identity hashes of archived objects must be based on a reproducible random seed
Thomas Stuefe
stuefe at openjdk.org
Fri May 10 15:00:13 UTC 2024
This fixes an issue with CDS archive reproducibility that can happen under rare circumstances. See original JBS issue for details.
I had to manually resolve the hunk in src/hotspot/share/cds/heapShared.cpp because both
- 8251330: Reorder CDS archived heap to speed up relocation
- 8329431: Improve speed of writing CDS heap objects
were missing.
Resolve was trivial.
-------------
Commit messages:
- 8330027: Identity hashes of archived objects must be based on a reproducible random seed
Changes: https://git.openjdk.org/jdk22u/pull/194/files
Webrev: https://webrevs.openjdk.org/?repo=jdk22u&pr=194&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8330027
Stats: 14 lines in 3 files changed: 4 ins; 7 del; 3 mod
Patch: https://git.openjdk.org/jdk22u/pull/194.diff
Fetch: git fetch https://git.openjdk.org/jdk22u.git pull/194/head:pull/194
PR: https://git.openjdk.org/jdk22u/pull/194
More information about the jdk-updates-dev
mailing list