Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2224299 | 7u6 | Kurchi Subhra Hazra | P2 | Closed | Fixed | b12 |
Jeroen Frijters points out that Windows 8 has changed getsockname so that it fails with WASINVAL if calls immediately after connect and the connection hasn't been established yet:
http://mail.openjdk.java.net/pipermail/net-dev/2011-September/003594.html
src/share/classes/sun/nio/ch/SocketChannelImpl.java
http://mail.openjdk.java.net/pipermail/net-dev/2011-September/003594.html
src/share/classes/sun/nio/ch/SocketChannelImpl.java
- backported by
-
JDK-2224299 (sc) SocketChannel.connect fails on Windows 8 when channel configured non-blocking
-
- Closed
-
- duplicates
-
JDK-7177784 SocketChannel.socket().getLocalAddress() returns wildcard address after connect
-
- Closed
-
-
JDK-7181882 Non-blocking SocketChannel connect doesn't work on Windows 8
-
- Closed
-