Integrated: 8266753: jdk/test/lib/process/ProcTest.java failed with "Exception: Proc abnormal end"
Weijun Wang
weijun 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.
This pull request has now been integrated.
Changeset: 381de0c1
Author: Weijun Wang <weijun at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/381de0c1d024f7e0711fadf384d8625cf7ab8178
Stats: 6 lines in 1 file changed: 2 ins; 0 del; 4 mod
8266753: jdk/test/lib/process/ProcTest.java failed with "Exception: Proc abnormal end"
Reviewed-by: dfuchs
-------------
PR: https://git.openjdk.java.net/jdk/pull/3981
More information about the core-libs-dev
mailing list