DatagramChannelImpl and ServerSocketChannelImpl both suffer from the same problem of aysnchronous close as described in 6285901. Of course, with ServerSocketChannel it is calling accept and not read/write.
- duplicates
-
JDK-8198562 (ch) Separate blocking and non-blocking code paths (part 1)
-
- Resolved
-
- relates to
-
JDK-6285901 (so) Data corruption with asynchronous close (Solaris/Linux)
-
- Resolved
-