On Wed, 22 Sep 2021 12:27:03 GMT, Masanori Yano wrote:
>> Please review this change to the Unix implementations of
>> sun.nio.ch.sctp.Sctp*ChannelImpl#implCloseSelectableChannel()
>> to be same as SocketChannelImpl at JDK-7118373. (The preClose is missing a
>> check for the ST_KILLED state.)
>
> Please review this change to the Unix implementations of
> sun.nio.ch.sctp.Sctp*ChannelImpl#implCloseSelectableChannel()
> to be same as SocketChannelImpl at JDK-7118373. (The preClose is missing a
> check for the ST_KILLED state.)
Masanori Yano has updated the pull request incrementally with