JDK-8201521 : java/nio/channels/AsynchronousSocketChannel/Basic.java failed RuntimeException: InterruptedByTimeoutException expected
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 11
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2018-04-13
  • Updated: 2020-08-21
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
Description
java/nio/channels/AsynchronousSocketChannel/Basic.java failed RuntimeException: InterruptedByTimeoutException expected

----------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
Hamlin, can you add an Affects Version?
28-06-2018