-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
hopper
-
x86
-
windows_2000
-
Verified
The functionality specified in the AbstractInterruptibleChannel interface
does not always work on Solaris and Windows. In particular, if one thread
attempts to close a channel upon which another thread is currently blocked,
the first thread stalls until the second thread's I/O operation is complete.
does not always work on Solaris and Windows. In particular, if one thread
attempts to close a channel upon which another thread is currently blocked,
the first thread stalls until the second thread's I/O operation is complete.
- duplicates
-
JDK-4647447 (so) ServerSocketChannel does not interrupt (win, sol)
-
- Closed
-
-
JDK-4648468 (ch) Asynchronous closing and interruption generally broken
-
- Closed
-
- relates to
-
JDK-4504001 Check NIO native code to ensure that it restarts any sys calls
-
- Resolved
-