Integrated: 8266753: jdk/test/lib/process/ProcTest.java failed with "Exception: Proc abnormal end"
Daniel Fuchs
dfuchs at openjdk.java.net
Tue May 11 15:26:02 UTC 2021
On Tue, 11 May 2021 15:04:25 GMT, Weijun Wang <weijun at openjdk.org> wrote:
> There is a tiny probability that the `Random` objects in the 2 child processes might be created at the same nano time and they will always produce the same output and the game will never end. This code change explicitly provides them with different seeds.
As long as the purpose of this test is not to test the entropy of java.util.Random that looks fine to me. Thanks for looking into this Max!
-------------
Marked as reviewed by dfuchs (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3981
More information about the core-libs-dev
mailing list