Re: RFR 8012244: java/net/Socket/asyncClose/Race.java fails intermittently on Windows

2013-04-15 Thread Alan Bateman
On 15/04/2013 18:08, Chris Hegarty wrote: Test issue where the test fails on some Windows versions, and minor implementation clean up. http://cr.openjdk.java.net/~chegar/8012244/webrev.00/webrev/ -Chris. This looks okay to me. -Alan

Re: RFR 8012244: java/net/Socket/asyncClose/Race.java fails intermittently on Windows

2013-04-15 Thread Chris Hegarty
On 15/04/2013 18:57, Dmitry Samersoff wrote: Chris, src/windows/native/java/net/SocketInputStream.c:137 May be we can just check for WSA_INVALID_HANDLE here Reasonable, but I just want a catch all in the case where we know the java socket has been closed. -Chris. -Dmitry On 2013-04-15

Re: RFR 8012244: java/net/Socket/asyncClose/Race.java fails intermittently on Windows

2013-04-15 Thread Dmitry Samersoff
Chris, src/windows/native/java/net/SocketInputStream.c:137 May be we can just check for WSA_INVALID_HANDLE here -Dmitry On 2013-04-15 21:08, Chris Hegarty wrote: > Test issue where the test fails on some Windows versions, and minor > implementation clean up. > > http://cr.openjdk.java.net/~c

RFR 8012244: java/net/Socket/asyncClose/Race.java fails intermittently on Windows

2013-04-15 Thread Chris Hegarty
Test issue where the test fails on some Windows versions, and minor implementation clean up. http://cr.openjdk.java.net/~chegar/8012244/webrev.00/webrev/ -Chris.