< prev index next >

test/java/util/zip/ZipFile/MultiThreadedReadTest.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 8038491 * @summary Crash in ZipFile.read() when ZipFileInputStream is shared between threads * @library /test/lib + * @build jdk.test.lib.Platform + * jdk.test.lib.util.FileUtils * @run main MultiThreadedReadTest * @key randomness */ import java.io.File;
< prev index next >