test/jdk/javax/net/ssl/SSLEngine/EngineCloseOnAlert.java
changeset 50768 68fa3d4026ea
parent 47216 71c04702a3d5
equal deleted inserted replaced
50767:356eaea05bf0 50768:68fa3d4026ea
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8133632
    26  * @bug 8133632
    27  * @summary javax.net.ssl.SSLEngine does not properly handle received
    27  * @summary javax.net.ssl.SSLEngine does not properly handle received
    28  * SSL fatal alerts
    28  *      SSL fatal alerts
       
    29  * @ignore the dependent implementation details are changed
    29  * @run main/othervm EngineCloseOnAlert
    30  * @run main/othervm EngineCloseOnAlert
    30  */
    31  */
    31 
    32 
    32 import java.io.FileInputStream;
    33 import java.io.FileInputStream;
    33 import java.io.IOException;
    34 import java.io.IOException;