< prev index next >

test/tools/launcher/modules/addexports/AddExportsTestWarningError.java

Print this page
rev 17325 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

@@ -25,11 +25,13 @@
  * @test
  * @bug 8168836
  * @summary Basic argument validation for --add-exports
  * @library /lib/testlibrary /test/lib
  * @modules jdk.compiler
- * @build jdk.testlibrary.*
+ * @build jdk.test.lib.compiler.ModuleInfoMaker
+ *        jdk.test.lib.compiler.CompilerUtils
+ *        jdk.testlibrary.*
  * @run testng AddExportsTestWarningError
  */
 
 import java.io.BufferedOutputStream;
 import java.io.ByteArrayOutputStream;
< prev index next >