Re: RFR: JDK-8256682: JDK-8202343 is incomplete

2020-11-19 Thread Daniel Fuchs
On Thu, 19 Nov 2020 18:49:07 GMT, Sean Mullan  wrote:

> The fix for disabling TLS 1.0 and 1.1 is causing intermittent failures of 
> this test which depends on TLSv1 and v1.1. This test needs to run its own VM 
> because it now needs to modify a security property to re-enable TLSv1 and 
> v1.1.

Marked as reviewed by dfuchs (Reviewer).

-

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


RFR: JDK-8256682: JDK-8202343 is incomplete

2020-11-19 Thread Sean Mullan
The fix for disabling TLS 1.0 and 1.1 is causing intermittent failures of this 
test which depends on TLSv1 and v1.1. This test needs to run its own VM because 
it now needs to modify a security property to re-enable TLSv1 and v1.1.

-

Commit messages:
 - JDK-8256682: JDK-8202343 is incomplete

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

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