# HG changeset patch # User sherman # Date 1481064252 28800 # Node ID 7fc88840baa5b14922ae1dd9c1a21aa1ebd3b397 # Parent 5c71ea43933b6c7e8a85eb1a4eb2213011b95d82 8170828: test/java/util/zip/ZipFile/TestZipFile needs @modules to work with Method.setAccessible() Reviewed-by: martin, rriggs diff -r 5c71ea43933b -r 7fc88840baa5 jdk/test/java/util/zip/ZipFile/TestZipFile.java --- a/jdk/test/java/util/zip/ZipFile/TestZipFile.java Wed Jul 05 22:32:37 2017 +0200 +++ b/jdk/test/java/util/zip/ZipFile/TestZipFile.java Tue Dec 06 14:44:12 2016 -0800 @@ -24,6 +24,7 @@ /* * @test * @bug 8142508 8146431 + * @modules java.base/java.util.zip:open * @summary Tests various ZipFile apis * @run main/manual TestZipFile */