JDK-8156505 : AsynchronousSocketChannel/Basic.java failed RuntimeException: InterruptedByTimeoutException expected
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 9,10,11
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2016-05-09
  • Updated: 2018-04-13
  • Resolved: 2018-04-13
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
tbd_minorResolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8157293 :  
Description
java/nio/channels/AsynchronousSocketChannel/Basic.java

----------System.err:(14/810)----------
java.lang.RuntimeException: InterruptedByTimeoutException expected
	at Basic.testTimeout(Basic.java:779)
	at Basic.testTimeout(Basic.java:752)
	at Basic.main(Basic.java:70)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)

Comments
closed as duplicate with JDK-8201521
13-04-2018

I'm closing this bug as there are several different bugs reported in this one. they will be tracked separately by JDK-8201521, JDK-8201520, JDK-8171404
13-04-2018

It would be informative to collect the random seeds from when the test fails to see if those seeds can more reliably trigger the failure.
09-02-2018