langtools/test/tools/javac/warnings/suppress/T8069094.java
changeset 30730 d3ce7619db2c
parent 28590 9069a3bf5900
--- a/langtools/test/tools/javac/warnings/suppress/T8069094.java	Mon May 18 14:48:41 2015 +0200
+++ b/langtools/test/tools/javac/warnings/suppress/T8069094.java	Thu May 21 11:41:04 2015 -0700
@@ -2,6 +2,10 @@
  * @test /nodynamiccopyright/
  * @bug 8069094
  * @summary Verify that \\@SuppressWarnings("unchecked") works correctly for annotation default values
+ * @modules jdk.compiler/com.sun.tools.javac.api
+ *          jdk.compiler/com.sun.tools.javac.code
+ *          jdk.compiler/com.sun.tools.javac.file
+ *          jdk.compiler/com.sun.tools.javac.tree
  * @build VerifySuppressWarnings
  * @compile/ref=T8069094.out -XDrawDiagnostics -Xlint:unchecked,deprecation,cast T8069094.java
  * @run main VerifySuppressWarnings T8069094.java