< prev index next >

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

Print this page

        

@@ -26,11 +26,11 @@
 /*
  * @test
  * @bug 8006732 8006775 8042451
  * @summary Test population of reference info for multicatch exception parameters
  * @author Werner Dietl
- * @modules jdk.compiler/com.sun.tools.classfile
+ * @modules jdk.jdeps/com.sun.tools.classfile
  * @compile -g Driver.java ReferenceInfoUtil.java MultiCatch.java
  * @run main Driver MultiCatch
  */
 public class MultiCatch {
 
< prev index next >