JDK-8156512 : Mark several tests from java/nio as intermittently failing
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-05-09
  • Updated: 2016-06-13
  • Resolved: 2016-05-09
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 9
9 b118Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
java/nio/channels/AsynchronousSocketChannel/Basic.java (JDK-8078590, JDK-8067656, JDK-8156505)
java/nio/channels/FileChannel/InterruptMapDeadlock.java (JDK-8054039)

Above tests are known to fail intermittently, they should be marked accordingly with 

    @key intermittent 

jtreg tag in the test file. 

Comments
RFR: http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-May/040903.html Updated webrev: http://cr.openjdk.java.net/~amlu/8156512/webrev.01/
09-05-2016