< prev index next >

test/runtime/Unsafe/Reallocate.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /*
  * @test
  * @bug 8058897
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
  * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:MallocMaxTestWords=100m Reallocate
  */
 
 import com.oracle.java.testlibrary.*;
 import sun.misc.Unsafe;
< prev index next >