test/jdk/java/net/Socket/ConnectionReset.java
changeset 55102 59567035d279
parent 54216 f10ca228b22f
child 58679 9c3209ff7550
equal deleted inserted replaced
55101:c41783eb76eb 55102:59567035d279
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @requires os.family != "solaris"
    26  * @requires os.family != "solaris"
    27  * @run testng ConnectionReset
    27  * @run testng ConnectionReset
       
    28  * @run testng/othervm -Djdk.net.usePlainSocketImpl ConnectionReset
    28  * @summary Test behavior of read and available when a connection is reset
    29  * @summary Test behavior of read and available when a connection is reset
    29  */
    30  */
    30 
    31 
    31 import java.io.IOException;
    32 import java.io.IOException;
    32 import java.io.InputStream;
    33 import java.io.InputStream;