< prev index next >

langtools/test/tools/javap/8007907/JavapReturns0AfterClassNotFoundTest.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @test
  * @bug 8007907
  * @summary javap, method com.sun.tools.javap.Main.run returns 0 even in case
  * of class not found error
- * @modules jdk.compiler
+ * @modules jdk.jdeps
  */
 
 import java.io.IOException;
 import java.io.PrintWriter;
 import java.io.StringWriter;
< prev index next >