< prev index next >

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

Print this page

        

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