[crac] RFR: 8370888: [CRaC] Use better source of random for UUID generation in checkpoint path
Timofei Pushkin
tpushkin at openjdk.org
Thu Oct 30 14:38:29 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.
A test failed and it looks like it should rely on random to generate random directory names — can be related to the change somehow
-------------
PR Comment: https://git.openjdk.org/crac/pull/271#issuecomment-3468345178
More information about the crac-dev
mailing list