langtools/test/tools/javac/lib/DPrinter.java
changeset 30730 d3ce7619db2c
parent 29842 826ac2519523
child 33917 45d04023e689
--- a/langtools/test/tools/javac/lib/DPrinter.java	Mon May 18 14:48:41 2015 +0200
+++ b/langtools/test/tools/javac/lib/DPrinter.java	Thu May 21 11:41:04 2015 -0700
@@ -24,6 +24,10 @@
 /* @test
  * @bug 8043484 8007307
  * @summary Make sure DPrinter.java compiles
+ * @modules jdk.compiler/com.sun.tools.javac.api
+ *          jdk.compiler/com.sun.tools.javac.code
+ *          jdk.compiler/com.sun.tools.javac.tree
+ *          jdk.compiler/com.sun.tools.javac.util
  * @compile DPrinter.java
  */