Integrated: 8337300: java/lang/Process/WaitForDuration.java leaves child process behind
Naoto Sato
naoto at openjdk.org
Mon Jul 29 16:46:35 UTC 2024
On Mon, 29 Jul 2024 15:49:10 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> This fix is to address the tier_1 test run on Windows taking much longer time than before. The test case creates child processes that remain behind after the test run has completed, which is problematic on Windows as the make command waits for the process to terminate. Confirmed tier_1/part_1 finishes around 10+min on Windows as before.
This pull request has now been integrated.
Changeset: c23d37e1
Author: Naoto Sato <naoto at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c23d37e10a429c0e7248593b07ef1ccdcd34bd1c
Stats: 8 lines in 1 file changed: 5 ins; 0 del; 3 mod
8337300: java/lang/Process/WaitForDuration.java leaves child process behind
Reviewed-by: alanb, iris, bpb
-------------
PR: https://git.openjdk.org/jdk/pull/20379
More information about the core-libs-dev
mailing list