< prev index next >

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

Print this page
rev 51638 : [mq]: 8210112

@@ -23,20 +23,19 @@
 
 /* @test
  * @bug 7129312
  * @summary BufferedInputStream calculates negative array size with large
  *          streams and mark
- * @library /lib/testlibrary
- * @build jdk.testlibrary.*
+ * @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.testlibrary.ProcessTools.*;
+import static jdk.test.lib.process.ProcessTools.*;
 
 
 public class LargeCopyWithMark {
 
     public static void main(String[] args) throws Exception {
< prev index next >