test/java/io/BufferedInputStream/LargeCopyWithMark.java

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

@@ -24,10 +24,11 @@
 /* @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;