JDK-8176317 : (ch) Add print of timeout value to java/nio/channels/AsynchronousSocketChannel/Basic.java
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-03-07
  • Updated: 2023-08-01
  • Resolved: 2017-03-08
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 10 JDK 8 JDK 9
10Fixed 8u391Fixed 9 b161Fixed
Related Reports
Relates :  
Description
This test failed in testTimeout() (see JDK-8078590) but the value of the timeout is unknown. Which timeout is involved could be deduced from the line number of the exception but as the test source changes the line number can change. It would be better to print the timeout value even though it seems unlikely that the information would be useful given that it should only matter whether the timeout is positive or non-positive.
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/ef7930a8e319 User: lana Date: 2017-03-15 14:49:32 +0000
15-03-2017

URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/ef7930a8e319 User: bpb Date: 2017-03-08 17:55:03 +0000
08-03-2017