test/jdk/sun/security/ssl/SSLSocketImpl/ClientTimeout.java
changeset 50768 68fa3d4026ea
parent 47216 71c04702a3d5
equal deleted inserted replaced
50767:356eaea05bf0 50768:68fa3d4026ea
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
       
    24 // SunJSSE does not support dynamic system properties, no way to re-use
       
    25 // system properties in samevm/agentvm mode.
       
    26 
    24 /*
    27 /*
    25  * @test
    28  * @test
    26  * @bug 4836493
    29  * @bug 4836493
       
    30  * @ignore need further evaluation
    27  * @summary Socket timeouts for SSLSockets causes data corruption.
    31  * @summary Socket timeouts for SSLSockets causes data corruption.
    28  * @run main/othervm ClientTimeout
    32  * @run main/othervm ClientTimeout
    29  *
       
    30  *     SunJSSE does not support dynamic system properties, no way to re-use
       
    31  *     system properties in samevm/agentvm mode.
       
    32  */
    33  */
    33 
    34 
    34 import java.io.*;
    35 import java.io.*;
    35 import java.net.*;
    36 import java.net.*;
    36 import java.util.*;
    37 import java.util.*;