< prev index next >

test/gc/arguments/TestArrayAllocatorMallocLimit.java

Print this page

        

@@ -26,10 +26,11 @@
  * @summary Sanity check that the ArrayAllocatorMallocLimit flag can be set.
  * The test helps verifying that size_t flags can be set/read.
  * @bug 8054823
  * @key gc
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
  * @run driver TestArrayAllocatorMallocLimit
  */
 
 import com.oracle.java.testlibrary.Asserts;
 import com.oracle.java.testlibrary.OutputAnalyzer;
< prev index next >