# HG changeset patch # User abakhtin # Date 1600336293 -10800 # Node ID 77b682e2d679a13ed7fbb8343f5b2ac1ddee1300 # Parent 63dd5b7d50eb6da7b61ce081889de4f56f6cd86d 8252886: [TESTBUG] sun/security/ec/TestEC.java : Compilation failed Reviewed-by: shade, andrew, mbalao diff -r 63dd5b7d50eb -r 77b682e2d679 test/sun/security/ec/TestEC.java --- a/test/sun/security/ec/TestEC.java Mon Sep 14 16:42:18 2020 +0100 +++ b/test/sun/security/ec/TestEC.java Thu Sep 17 12:51:33 2020 +0300 @@ -34,6 +34,7 @@ * @library ../pkcs11/ec * @library ../pkcs11/sslecc * @library ../../../java/security/testlibrary + * @library ../../../javax/net/ssl/TLSCommon * @compile -XDignore.symbol.file TestEC.java * @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1" TestEC */