-
Bug
-
Resolution: Fixed
-
P3
-
16
-
b28
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8258080 | 11.0.11-oracle | Dukebot | P3 | Resolved | Fixed | b01 |
JDK-8259010 | 11.0.11 | Xuelei Fan | P3 | Resolved | Fixed | b01 |
JDK-8266841 | openjdk8u302 | Xuelei Fan | P3 | Resolved | Fixed | b03 |
JDK-8258578 | 8u291 | Prajwal Kumaraswamy | P3 | Resolved | Fixed | b01 |
JDK-8259330 | 8u281 | Prajwal Kumaraswamy | P3 | Closed | Fixed | b31 |
JDK-8258905 | 8u271 | Prajwal Kumaraswamy | P3 | Closed | Fixed | b37 |
JDK-8262627 | emb-8u291 | Prajwal Kumaraswamy | P3 | Resolved | Fixed | team |
java.lang.RuntimeException: Too many open file descriptors. Looks leaky.
at SSLSocketLeak.main(SSLSocketLeak.java:56)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:831)
Only seen on Windows.
Seen once in jdk16 CI so far, but also showed up a couple times in valhalla CI and in a couple of personal builds.
- backported by
-
JDK-8258080 sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
- Resolved
-
JDK-8258578 sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
- Resolved
-
JDK-8259010 sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
- Resolved
-
JDK-8262627 sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
- Resolved
-
JDK-8266841 sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
- Resolved
-
JDK-8258905 sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
- Closed
-
JDK-8259330 sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
- Closed
- duplicates
-
JDK-8257030 SSL Sockets staying open at the OS level after having been closed
- Closed
- relates to
-
JDK-8256818 SSLSocket that is never bound or connected leaks socket resources
- Closed
-
JDK-8257997 sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java again reports leaks after JDK-8257884
- Resolved
-
JDK-8257884 Re-enable sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java as automatic test
- Resolved