[crac] RFR: 8370888: [CRaC] Use better source of random for UUID generation in checkpoint path
Radim Vansa
rvansa at openjdk.org
Thu Oct 30 11:47:21 UTC 2025
When `-XX:CRaCCheckpointTo` contains the `%u` placeholder to generate random UUID, it should use a different source than `os::random()` which provides not-seeded, deterministic values.
-------------
Commit messages:
- 8370888: [CRaC] Use better source of random for UUID generation in checkpoint path
Changes: https://git.openjdk.org/crac/pull/271/files
Webrev: https://webrevs.openjdk.org/?repo=crac&pr=271&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8370888
Stats: 64 lines in 6 files changed: 53 ins; 2 del; 9 mod
Patch: https://git.openjdk.org/crac/pull/271.diff
Fetch: git fetch https://git.openjdk.org/crac.git pull/271/head:pull/271
PR: https://git.openjdk.org/crac/pull/271
More information about the crac-dev
mailing list