JDK-8177853 : (ch) java/nio/channels/etc/AdaptorCloseAndInterrupt.java fails intermittently due to RuntimeException: "read should not have completed"
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: linux,solaris,windows
  • CPU: x86_64
  • Submitted: 2017-03-30
  • Updated: 2025-03-12
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.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Relates :  
Description
This failure

java.lang.RuntimeException: read should not have completed
	at AdaptorCloseAndInterrupt.scReadAsyncClose(AdaptorCloseAndInterrupt.java:99)
	at AdaptorCloseAndInterrupt.main(AdaptorCloseAndInterrupt.java:71)

has been observed on several occasions in JDK 9 testing:

2016-09-08	b133	solaris-64
2016-12-16	b149	windows-64
2016-12-16	b151	solaris-64
2017-02-13	b159	linux-64