--- old/test/jdk/sun/security/ec/TestEC.java 2020-05-20 18:07:18.710497345 -0700 +++ new/test/jdk/sun/security/ec/TestEC.java 2020-05-20 18:07:18.322489895 -0700 @@ -107,10 +107,6 @@ new ReadPKCS12().main(p); new ReadCertificates().main(p); - // ClientJSSEServerJSSE fails on Solaris 11 when both SunEC and - // SunPKCS11-Solaris providers are enabled. - // Workaround: - // Security.removeProvider("SunPKCS11-Solaris"); new ClientJSSEServerJSSE().main(p); long stop = System.currentTimeMillis();