< prev index next >

test/java/util/zip/ZipFile/ZipEntryFreeTest.java

Print this page
rev 17324 : 8181759: add explicit @build actions for jdk.test.lib classes in all :tier1 tests
Reviewed-by: duke
rev 17325 : imported patch 8181759-1

*** 23,32 **** --- 23,34 ---- /* @test * @bug 6907252 * @summary ZipFileInputStream Not Thread-Safe * @library /test/lib + * @build jdk.test.lib.Platform + * jdk.test.lib.util.FileUtils * @run main ZipEntryFreeTest */ import java.io.*; import java.nio.file.Paths;
< prev index next >