jdk/test/java/nio/channels/AsynchronousSocketChannel/StressLoopback.java
changeset 27178 885f4428b501
parent 5506 202f599c92aa
child 30046 cf2c86e1819e
equal deleted inserted replaced
27177:3717db2c3bfe 27178:885f4428b501
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25  * @bug 6834246 6842687
    25  * @bug 6834246 6842687
    26  * @summary Stress test connections through the loopback interface
    26  * @summary Stress test connections through the loopback interface
       
    27  * @run main StressLoopback
       
    28  * @run main/othervm -Djdk.net.useFastTcpLoopback StressLoopback
    27  */
    29  */
    28 
    30 
    29 import java.nio.ByteBuffer;
    31 import java.nio.ByteBuffer;
    30 import java.net.*;
    32 import java.net.*;
    31 import java.nio.channels.*;
    33 import java.nio.channels.*;