JDK-8198754 : (ch) Separate blocking and non-blocking code paths (part 2)
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-02-27
  • Updated: 2018-04-20
  • Resolved: 2018-02-28
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 11
11 b03Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
This issue tracks refactoring the code for asynchronous close and interrupt in DatagramChannel, Pipe.SourceChannel and Pipe.SinkChannel. It is a follow-up from the changes in JDK-8198562.
Comments
Discussed on nio-dev here: http://mail.openjdk.java.net/pipermail/nio-dev/2018-February/004752.html
27-02-2018

The refactoring eliminates the potential for deadlock tracked by JDK-8138622.
27-02-2018