Skip to content

Commit 39b8a2e

Browse files
committedDec 7, 2020
8257670: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
Reviewed-by: jnimeh
1 parent c43c224 commit 39b8a2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎test/jdk/sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@
3030

3131
/*
3232
* @test
33-
* @bug 8256818
33+
* @bug 8256818 8257670
3434
* @summary Test that creating and closing SSL Sockets without bind/connect
3535
* will not leave leaking socket file descriptors
3636
* @library /test/lib
37-
* @run main/othervm SSLSocketLeak
37+
* @run main/manual SSLSocketLeak
3838
*/
39+
// Note: this test is not reliable, run it manually.
3940
public class SSLSocketLeak {
4041

4142
private static final int NUM_TEST_SOCK = 500;

0 commit comments

Comments
 (0)
Please sign in to comment.