< prev index next >

test/java/nio/channels/FileChannel/ClosedByInterrupt.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /* @test
  * @bug 6979009
  * @summary Ensure ClosedByInterruptException is thrown when I/O operation
  *     interrupted by Thread.interrupt
+ * @key randomness
  */
 
 import java.io.*;
 import java.util.Random;
 import java.nio.ByteBuffer;
< prev index next >