# HG changeset patch # User xuelei # Date 1609267756 0 # Tue Dec 29 18:49:16 2020 +0000 # Node ID 04f066fdc4d75897f75505af5ce44685e88c1afa # Parent 0e281f57e6eacb909c4004569c754a170db04cc7 8257670: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks Reviewed-by: jnimeh diff -r afb79d17ade8 -r d74af5d49534 test/sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java --- a/test/sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java Tue Dec 22 20:28:49 2020 +0000 +++ b/test/sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java Sat Apr 24 05:24:42 2021 -0700 @@ -31,7 +31,7 @@ /* * @test - * @bug 8256818 + * @bug 8256818 8257670 * @summary Test that creating and closing SSL Sockets without bind/connect * will not leave leaking socket file descriptors * @run main/native/manual/othervm SSLSocketLeak @@ -45,6 +45,7 @@ * /FeFileUtils.dll * jtreg <...> -nativepath:. \jdk\test\sun\security\ssl\SSLSocketImpl\SSLSocketLeak.java */ +// Note: this test is not reliable, run it manually. public class SSLSocketLeak { private static final int NUM_TEST_SOCK = 500;