Re: RFR 8224905 : java/lang/ProcessBuilder/Basic.java#id1 failed with stream closed

2019-06-05 Thread naoto . sato
Looks good, Roger. I think the bug needs "noreg-self" label. Naoto On 6/5/19 12:18 PM, Roger Riggs wrote: Please review a test change to recognize an additional message that indicates asynchronous close in the process build testing. The same fix was applied to address a similar intermittent t

Re: RFR 8224905 : java/lang/ProcessBuilder/Basic.java#id1 failed with stream closed

2019-06-05 Thread Brian Burkhalter
Hi Roger, Looks good. Brian > On Jun 5, 2019, at 12:18 PM, Roger Riggs wrote: > > Please review a test change to recognize an additional message that indicates > asynchronous close > in the process build testing. > > The same fix was applied to address a similar intermittent test issue in >

Re: RFR 8224905 : java/lang/ProcessBuilder/Basic.java#id1 failed with stream closed

2019-06-05 Thread Lance Andersen
looks fine roger > On Jun 5, 2019, at 3:18 PM, Roger Riggs wrote: > > Please review a test change to recognize an additional message that indicates > asynchronous close > in the process build testing. > > The same fix was applied to address a similar intermittent test issue in > 8171426[1]. >

RFR 8224905 : java/lang/ProcessBuilder/Basic.java#id1 failed with stream closed

2019-06-05 Thread Roger Riggs
Please review a test change to recognize an additional message that indicates asynchronous close in the process build testing. The same fix was applied to address a similar intermittent test issue in 8171426[1]. Issue:   https://bugs.openjdk.java.net/browse/JDK-8224905 Webrev:   http://cr.op