< prev index next >

langtools/test/tools/javac/expression/_super/NonDirectSuper/NonDirectSuper.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @test
  * @bug 8027789
  * @summary check that the direct superclass is used as the site when calling
  *          a superclass' method
- * @modules jdk.compiler/com.sun.tools.classfile
+ * @modules jdk.jdeps/com.sun.tools.classfile
  * @compile Base.java NonDirectSuper.java
  * @run main test.NonDirectSuper
  */
 
 package test;
< prev index next >