< prev index next >

test/java/nio/channels/AsynchronousSocketChannel/StressLoopback.java

Print this page

        

@@ -24,10 +24,11 @@
 /* @test
  * @bug 6834246 6842687
  * @summary Stress test connections through the loopback interface
  * @run main StressLoopback
  * @run main/othervm -Djdk.net.useFastTcpLoopback StressLoopback
+ * @key randomness
  */
 
 import java.nio.ByteBuffer;
 import java.net.*;
 import java.nio.channels.*;
< prev index next >