RFR: 6703075: (process) java/lang/ProcessBuilder/Basic.java fails with fastdebug

Martin Buchholz martinrb at google.com
Tue Nov 19 22:09:33 UTC 2013


On Tue, Nov 19, 2013 at 1:43 PM, Alan Bateman <Alan.Bateman at oracle.com>wrote:

> On 19/11/2013 19:58, Martin Buchholz wrote:
>
>> I propose a fix like the diff below, that asks the VM to separate regular
>> output and JVM output into stdout and stderr, so that we can do matching on
>> each independently, and so that we can rely on stdout not being corrupted
>> by JVM output.
>>
> Good, it's DisplayVMOutputToStderr or an option to redirect the warnings
> that I was wondering about.  So do you want to take this one?


Especially for the Process code, because I can't test it on multiple
platforms, I'm happy to continue having Oracle folk do change submission,
while I play Friendly Neighborhood Persnickety Reviewer.

Rob, I'm happy with your latest webrev.



More information about the core-libs-dev mailing list