< prev index next >

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

Print this page

        

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