On Fri, 19 Mar 2021 14:23:55 GMT, Roger Riggs <rri...@openjdk.org> wrote:

>> Intermittent failures on Windows in a test of destroying the child warrant 
>> extending the time the parent waits after starting the child before 
>> destroying the child.
>
> Roger Riggs has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Redirect VM output away from stream under test

Hi Roger, thanks for taking my suggestion. Minor point below.

Cheers, Thomas

test/jdk/java/lang/ProcessBuilder/Basic.java line 2156:

> 2154:                         case 1:
> 2155:                             childArgs.set(1, 
> "-XX:+DisplayVMOutputToStdout");
> 2156:                             pb.redirectInput(INHERIT);

not `redirectOutput()` ?

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

PR: https://git.openjdk.java.net/jdk/pull/3049

Reply via email to