mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-27 13:52:27 +00:00
This fix addresses an issue where an AsynchronousCloseException was being thrown instead of a ChannelClosedException when SocketChannel.write() is called on a closed SocketChannel. Reviewed-by: alanb, chegar, dfuchs