Re: httpserver does not close connections when RejectedExecutionException occurs

2016-11-07 Thread Chris Hegarty
Hi Yuji, On 05/11/16 18:27, KUBOTA Yuji wrote: Hi all, com.sun.net.httpserver in jdk9 does not catch RejectedExecutionException and it does not close connections. We must catch this exception to close a socket. Please review the following patch and reproduce steps. If you agree with that this

Re: RFR(s): 8169316: com/sun/net/httpserver tests have undeclared dependency on java.logging

2016-11-07 Thread Chris Hegarty
On 07/11/16 11:42, Sergei Kovalev wrote: Hi Team, Please review a very small fix for test suite. BugID: https://bugs.openjdk.java.net/browse/JDK-8169316 WebRev: http://cr.openjdk.java.net/~skovalev/8169316/webrev.00/ I think this is fine Sergei. Thanks, -Chris. Issue: bunch of tests have

RFR(s): 8169316: com/sun/net/httpserver tests have undeclared dependency on java.logging

2016-11-07 Thread Sergei Kovalev
Hi Team, Please review a very small fix for test suite. BugID: https://bugs.openjdk.java.net/browse/JDK-8169316 WebRev: http://cr.openjdk.java.net/~skovalev/8169316/webrev.00/ Issue: bunch of tests have undeclared dependency on java.logging module. This leads the test to fail in case no module