< prev index next >

test/javax/net/ssl/TLS/TestJSSE.java

Print this page

        

@@ -26,10 +26,12 @@
 
 /**
  * @test
  * @bug 8049429
  * @library ../../../../lib/testlibrary/
+ * @modules java.management
+ *          jdk.crypto.ec/sun.security.ec
  * @build jdk.testlibrary.Utils
  * @compile CipherTestUtils.java JSSEClient.java JSSEServer.java
  * @summary Test that all cipher suites work in all versions and all client
  * authentication types. The way this is setup the server is stateless and
  * all checking is done on the client side.
< prev index next >