From 368e4d9e53b1355e02bcdee45e4c56972c2d280d Mon Sep 17 00:00:00 2001 From: Daniel Fuchs Date: Thu, 23 May 2019 11:36:31 +0100 Subject: [PATCH] 8224656: Problem list java/security/SecureClassLoader/DefineClass.java until JDK-8224635 is fixed The test failed consistently on windows and linux, and intermittently (but rarely) on solaris. This patch problem-list it on all platform. Reviewed-by: dholmes, chegar, alanb --- test/jdk/ProblemList.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index ba0f12ac24d..6f090458c97 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -664,6 +664,7 @@ javax/net/ssl/DTLS/CipherSuite.java 8202059 macosx-x sun/security/provider/KeyStore/DKSTest.sh 8180266 windows-all sun/security/pkcs11/KeyStore/SecretKeysBasic.sh 8209398 generic-all +java/security/SecureClassLoader/DefineClass.java 8224635 generic-all ############################################################################