--- old/test/jdk/sun/security/ssl/SSLSocketImpl/ClientTimeout.java 2018-05-11 15:08:21.483743700 -0700 +++ new/test/jdk/sun/security/ssl/SSLSocketImpl/ClientTimeout.java 2018-05-11 15:08:20.999895200 -0700 @@ -21,14 +21,15 @@ * questions. */ +// SunJSSE does not support dynamic system properties, no way to re-use +// system properties in samevm/agentvm mode. + /* * @test * @bug 4836493 + * @ignore need further evaluation * @summary Socket timeouts for SSLSockets causes data corruption. * @run main/othervm ClientTimeout - * - * SunJSSE does not support dynamic system properties, no way to re-use - * system properties in samevm/agentvm mode. */ import java.io.*;