< prev index next >

test/java/lang/reflect/PublicMethods/PublicMethodsTest.java

Print this page

        

@@ -55,12 +55,11 @@
 import static java.util.stream.Collectors.toMap;
 
 /*
  * @test
  * @bug 8062389
- * @modules java.compiler
- *          jdk.compiler
+ * @modules jdk.compiler
  *          jdk.zipfs
  * @summary Nearly exhaustive test of Class.getMethod() and Class.getMethods()
  * @run main PublicMethodsTest
  */
 public class PublicMethodsTest {
< prev index next >