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. M

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 in