8129306: Some new tests developed for JDK-8085979 fail in jdk9/cpu

Reviewed-by: vinnie
This commit is contained in:
Konstantin Shefov 2015-07-16 21:39:49 +03:00
parent 1bd70b71fc
commit 6bd7772a30

View File

@ -749,6 +749,8 @@ abstract public class SSLEngineTestCase {
*/
public static SSLContext getContext() {
try {
java.security.Security.setProperty("jdk.tls.disabledAlgorithms", "");
java.security.Security.setProperty("jdk.certpath.disabledAlgorithms", "");
KeyStore ks = KeyStore.getInstance("JKS");
KeyStore ts = KeyStore.getInstance("JKS");
char[] passphrase = PASSWD.toCharArray();