Re: RFR: 8274621: NullPointerException because listenAddress[0] is null

2021-10-28 Thread Chris Plummer
On Tue, 5 Oct 2021 22:34:38 GMT, Alex Menkov wrote: > The change fixes ProcessTools.startProcess "warmup predicate" synchronization > issue. > Initially the predicate was called only for STDOUT; > From jdk8 it's called for STDERR too (but ProcessTools javadoc was not > updated). > The fix keeps

Re: RFR: 8274621: NullPointerException because listenAddress[0] is null

2021-10-27 Thread Leonid Mesnik
On Tue, 5 Oct 2021 22:34:38 GMT, Alex Menkov wrote: > The change fixes ProcessTools.startProcess "warmup predicate" synchronization > issue. > Initially the predicate was called only for STDOUT; > From jdk8 it's called for STDERR too (but ProcessTools javadoc was not > updated). > The fix keeps

Re: RFR: 8274621: NullPointerException because listenAddress[0] is null

2021-10-27 Thread Alex Menkov
On Tue, 5 Oct 2021 22:34:38 GMT, Alex Menkov wrote: > The change fixes ProcessTools.startProcess "warmup predicate" synchronization > issue. > Initially the predicate was called only for STDOUT; > From jdk8 it's called for STDERR too (but ProcessTools javadoc was not > updated). > The fix keeps

Re: RFR: 8274621: NullPointerException because listenAddress[0] is null

2021-10-05 Thread Serguei Spitsyn
On Tue, 5 Oct 2021 22:34:38 GMT, Alex Menkov wrote: > The change fixes ProcessTools.startProcess "warmup predicate" synchronization > issue. > Initially the predicate was called only for STDOUT; > From jdk8 it's called for STDERR too (but ProcessTools javadoc was not > updated). > The fix keeps

RFR: 8274621: NullPointerException because listenAddress[0] is null

2021-10-05 Thread Alex Menkov
The change fixes ProcessTools.startProcess "warmup predicate" synchronization issue. Initially the predicate was called only for STDOUT; >From jdk8 it's called for STDERR too (but ProcessTools javadoc was not >updated). The fix keeps existing functionality as is (as we have this behavior for a lo