git: openjdk/mobile: 2 new changesets

duke duke at openjdk.java.net
Wed Aug 12 11:38:58 UTC 2020


Changeset: 831f23ee
Author:    Conor Cleary <conor.cleary at oracle.com>
Committer: Patrick Concannon <pconcannon at openjdk.org>
Date:      2020-08-12 12:32:54 +0000
URL:       https://git.openjdk.java.net/mobile/commit/831f23ee

8246707: (sc) SocketChannel.read/write throws AsynchronousCloseException on closed channel

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

! src/java.base/share/classes/sun/nio/ch/SocketChannelImpl.java
+ test/jdk/java/nio/channels/SocketChannel/ReadWriteAfterClose.java

Changeset: 98e2f798
Author:    duke <duke at openjdk.org>
Date:      2020-08-12 11:38:12 +0000
URL:       https://git.openjdk.java.net/mobile/commit/98e2f798

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list