8157633: Fix module dependencies for /com/* tests
Summary: Module declarations for the tests in /com/*
Reviewed-by: alanb
Contributed-by: John Jiang <sha.jiang@oracle.com>
--- a/jdk/test/com/sun/jarsigner/DefaultMethod.java Wed May 25 02:20:02 2016 +0100
+++ b/jdk/test/com/sun/jarsigner/DefaultMethod.java Wed May 25 02:47:28 2016 +0100
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -25,6 +25,7 @@
* @test
* @bug 8039358
* @summary com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be default
+ * @modules jdk.jartool
* @compile DefaultMethod.java
*/
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/test/com/sun/net/httpserver/TEST.properties Wed May 25 02:47:28 2016 +0100
@@ -0,0 +1,1 @@
+modules = jdk.httpserver
\ No newline at end of file