< prev index next >

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

Print this page

        

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