Re: RFR: 8257997: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java again reports leaks after JDK-8257884

2020-12-10 Thread Matthias Baesken
On Thu, 10 Dec 2020 08:34:31 GMT, Christoph Langer  wrote:

> The fix for [JDK-8257884](https://bugs.openjdk.java.net/browse/JDK-8257884) 
> had a flaw which made the test fail even more often on Windows than before. 
> Here is the correction.

Marked as reviewed by mbaesken (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/1729


RFR: 8257997: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java again reports leaks after JDK-8257884

2020-12-10 Thread Christoph Langer
The fix for [JDK-8257884](https://bugs.openjdk.java.net/browse/JDK-8257884) had 
a flaw which made the test fail even more often on Windows than before. Here is 
the correction.

-

Commit messages:
 - 8257997: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java again reports 
leaks after JDK-8257884

Changes: https://git.openjdk.java.net/jdk/pull/1729/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=1729=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8257997
  Stats: 4 lines in 1 file changed: 0 ins; 1 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1729.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1729/head:pull/1729

PR: https://git.openjdk.java.net/jdk/pull/1729