< prev index next >

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

Print this page

        

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