test/java/io/BufferedInputStream/LargeCopyWithMark.java

Print this page
rev 9529 : 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError

*** 24,33 **** --- 24,34 ---- /* @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;