Skip to content

Commit

Permalink
8257670: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
Browse files Browse the repository at this point in the history
Reviewed-by: jnimeh
  • Loading branch information
XueleiFan committed Dec 7, 2020
1 parent c43c224 commit 39b8a2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/jdk/sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@

/*
* @test
* @bug 8256818
* @bug 8256818 8257670
* @summary Test that creating and closing SSL Sockets without bind/connect
* will not leave leaking socket file descriptors
* @library /test/lib
* @run main/othervm SSLSocketLeak
* @run main/manual SSLSocketLeak
*/
// Note: this test is not reliable, run it manually.
public class SSLSocketLeak {

private static final int NUM_TEST_SOCK = 500;
Expand Down

1 comment on commit 39b8a2e

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.