[jdk22u] Integrated: 8330027: Identity hashes of archived objects must be based on a reproducible random seed
Thomas Stuefe
stuefe at openjdk.org
Tue May 14 07:23:12 UTC 2024
On Fri, 10 May 2024 10:47:35 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 9b3187f8
Author: Thomas Stuefe <stuefe at openjdk.org>
URL: https://git.openjdk.org/jdk22u/commit/9b3187f85e375d289c183b010347533ec992224a
Stats: 14 lines in 3 files changed: 4 ins; 7 del; 3 mod
8330027: Identity hashes of archived objects must be based on a reproducible random seed
Reviewed-by: phh
Backport-of: 9f43ce5a725b212cec0f3cd17491c4bada953676
-------------
PR: https://git.openjdk.org/jdk22u/pull/194
More information about the jdk-updates-dev
mailing list