< prev index next >

langtools/test/tools/javap/typeAnnotations/Presence.java

Print this page

        

@@ -28,11 +28,11 @@
 
 /*
  * @test Presence
  * @bug 6843077
  * @summary test that all type annotations are present in the classfile
- * @modules jdk.compiler/com.sun.tools.classfile
+ * @modules jdk.jdeps/com.sun.tools.classfile
  */
 
 public class Presence {
     public static void main(String[] args) throws Exception {
         new Presence().run();
< prev index next >