Hi, I'd like to propose a fix for 8222805 [1].
Webrev.00: * http://cr.openjdk.java.net/~mbalao/webrevs/8222805/8222805.webrev.00/ This issue is similar to 8221271 [2]: jdk.tls.disabledAlgorithms property is only read when SSLAlgorithmConstraints class is initialized and if this happens before TestTLS12.initialize method is executed, RSASSA-PSS algorithm is not disabled. This only reproduces on some environments. There are no more properties used in TestTLS12 so I don't expect a similar failure to occur. Thanks, Martin.- -- [1] - https://bugs.openjdk.java.net/browse/JDK-8222805 [2] - https://bugs.openjdk.java.net/browse/JDK-8221271