-
Notifications
You must be signed in to change notification settings - Fork 57
8330027: Identity hashes of archived objects must be based on a reproducible random seed #194
Conversation
…ducible random seed Reviewed-by: ccheung, iklam
👋 Welcome back stuefe! A progress list of the required criteria for merging this PR into |
@tstuefe This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
This backport pull request has now been updated with issue from the original commit. |
|
/approval request This fixes an issue with CDS archive reproducibility that can happen under rare circumstances. Since CDS reproducibility issues are time consuming to debug and the fix is simple and low risk, I would like to see this issue fixed in JDK 22. |
Got approval. /integrate |
Going to push as commit 9b3187f.
Your commit was automatically rebased without conflicts. |
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
were missing.
Resolve was trivial.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk22u.git pull/194/head:pull/194
$ git checkout pull/194
Update a local copy of the PR:
$ git checkout pull/194
$ git pull https://git.openjdk.org/jdk22u.git pull/194/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 194
View PR using the GUI difftool:
$ git pr show -t 194
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk22u/pull/194.diff
Webrev
Link to Webrev Comment