< prev index next >

test/jdk/java/io/BufferedInputStream/LargeCopyWithMark.java

Print this page
rev 51638 : [mq]: 8210112

*** 23,42 **** /* @test * @bug 7129312 * @summary BufferedInputStream calculates negative array size with large * streams and mark ! * @library /lib/testlibrary ! * @build jdk.testlibrary.* * @run main/othervm LargeCopyWithMark */ import java.io.BufferedInputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; ! import static jdk.testlibrary.ProcessTools.*; public class LargeCopyWithMark { public static void main(String[] args) throws Exception { --- 23,41 ---- /* @test * @bug 7129312 * @summary BufferedInputStream calculates negative array size with large * streams and mark ! * @library /test/lib * @run main/othervm LargeCopyWithMark */ import java.io.BufferedInputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; ! import static jdk.test.lib.process.ProcessTools.*; public class LargeCopyWithMark { public static void main(String[] args) throws Exception {
< prev index next >