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

Timofei Pushkin tpushkin at openjdk.org
Fri Oct 31 10:27:49 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.

Yes, I was talking about this test. I didn't dive into it, just saw that the string that triggered the failure contains a seemingly random-generated part and thought it may be influenced by the change somehow

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

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


More information about the crac-dev mailing list