[crac] RFR: 8370888: [CRaC] Use better source of random for UUID generation in checkpoint path

Radim Vansa rvansa at openjdk.org
Fri Oct 31 16:07:22 UTC 2025


On Thu, 30 Oct 2025 11:38:54 GMT, Radim Vansa <rvansa at openjdk.org> wrote:

> 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.

We have the same failure in the unrelated https://github.com/openjdk/crac/pull/272 - I think this must be caused by some recent change in GHA.

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

PR Comment: https://git.openjdk.org/crac/pull/271#issuecomment-3473773511


More information about the crac-dev mailing list