Re: RFR 8043838, Test java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java failed intermittently in nightly

2016-12-04 Thread Felix Yang
On 2016/12/5 15:47, Langer, Christoph wrote: Hi Felix, looks ok to me. You probably should remove the reference to the old shell script in comment line 25, though: 25 * Test run from script, AcceptCauseFileDescriptorLeak.sh Christoph, Good catch! Thanks, Felix Best regards Christoph

RE: RFR 8043838, Test java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java failed intermittently in nightly

2016-12-04 Thread Langer, Christoph
Hi Felix, looks ok to me. You probably should remove the reference to the old shell script in comment line 25, though: 25 * Test run from script, AcceptCauseFileDescriptorLeak.sh Best regards Christoph > -Original Message- > From: net-dev [mailto:net-dev-boun...@openjdk.java.net] On

RFR 8043838, Test java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java failed intermittently in nightly

2016-12-04 Thread Felix Yang
Hi all, please review the following patch to cover the codes from shell to plain java. Bug: https://bugs.openjdk.java.net/browse/JDK-8043838 Webrev: http://cr.openjdk.java.net/~xiaofeya/8043838/webrev.00/ Thanks, Felix