< prev index next >

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

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @bug 8042451
  * @summary Test population of reference info for resource variable
- * @modules jdk.compiler/com.sun.tools.classfile
+ * @modules jdk.jdeps/com.sun.tools.classfile
  * @compile -g Driver.java ReferenceInfoUtil.java ResourceVariable.java
  * @run main Driver ResourceVariable
  */
 
 import static com.sun.tools.classfile.TypeAnnotation.TargetType.RESOURCE_VARIABLE;
< prev index next >