< prev index next >

test/java/nio/channels/etc/AdaptorCloseAndInterrupt.java

Print this page

        

@@ -22,10 +22,11 @@
  */
 
 /* @test
  * @bug 7184932
  * @summary Test asynchronous close and interrupt of timed socket adapter methods
+ * @key randomness
  */
 
 import java.io.*;
 import java.nio.*;
 import java.nio.channels.*;
< prev index next >