< prev index next >

langtools/test/tools/javac/T8022186/DeadCodeGeneratedForEmptyTryTest.java

Print this page

        

@@ -25,11 +25,11 @@
 
 /*
  * @test
  * @bug 8022186
  * @summary javac generates dead code if a try with an empty body has a finalizer
- * @modules jdk.compiler/com.sun.tools.classfile
+ * @modules jdk.jdeps/com.sun.tools.classfile
  *          jdk.compiler/com.sun.tools.javac.util
  */
 
 import com.sun.tools.classfile.Attribute;
 import com.sun.tools.classfile.ClassFile;
< prev index next >