< prev index next >

langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/ClassTypeParam.java

Print this page

        

@@ -25,11 +25,11 @@
 
 /*
  * @test
  * @bug 8042451
  * @summary Test population of reference info for class type parameters
- * @modules jdk.compiler/com.sun.tools.classfile
+ * @modules jdk.jdeps/com.sun.tools.classfile
  * @compile -g Driver.java ReferenceInfoUtil.java ClassTypeParam.java
  * @run main Driver ClassTypeParam
  */
 public class ClassTypeParam {
 
< prev index next >