langtools/test/tools/javac/annotations/typeAnnotations/classfile/T8008769.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 34752 9c262a013456
--- a/langtools/test/tools/javac/annotations/typeAnnotations/classfile/T8008769.java	Wed May 27 11:27:42 2015 +0530
+++ b/langtools/test/tools/javac/annotations/typeAnnotations/classfile/T8008769.java	Wed May 27 13:25:18 2015 -0700
@@ -25,7 +25,7 @@
  * @summary Repeated type-annotations on type parm of local variable
  *          are not written to classfile.
  * @bug 8008769
- * @modules jdk.compiler/com.sun.tools.classfile
+ * @modules jdk.jdeps/com.sun.tools.classfile
  */
 import java.lang.annotation.*;
 import static java.lang.annotation.RetentionPolicy.*;