JDK-8233430 : (sc) Socket adaptor restoring of blocking mode can override exception if socket closed
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2019-11-02
  • Updated: 2019-11-09
  • Resolved: 2019-11-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 14
14 b22Fixed
Related Reports
Relates :  
Description
The review of JDK-8232673 pointed out a corner case in the socket adaptor support where a timed operation can override an exception when restoring the blocking mode. The socket adaptors for SocketChannel and ServerSocketChannel have the same issue - the changes were reviewed as part of JDK-8232673 but the Reviewers asked for the changes to be pushed via a different JIRA issue.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/434329f6f456 User: alanb Date: 2019-11-03 16:25:12 +0000
03-11-2019