< prev index next >

langtools/test/tools/javac/constDebug/ConstDebugTest.java

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @bug 4645152 4785453
  * @summary javac compiler incorrectly inserts <clinit> when -g is specified
- * @modules jdk.compiler/com.sun.tools.classfile
+ * @modules jdk.jdeps/com.sun.tools.classfile
  * @run compile -g ConstDebugTest.java
  * @run main ConstDebugTest
  */
 import java.nio.file.Paths;
 import com.sun.tools.classfile.ClassFile;
< prev index next >