< prev index next >

test/gc/g1/TestHumongousShrinkHeap.java

Print this page

        

@@ -26,10 +26,11 @@
  * @bug 8036025 8056043
  * @requires vm.gc=="G1" | vm.gc=="null"
  * @summary Verify that heap shrinks after GC in the presence of fragmentation
  * due to humongous objects
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
  * @run main/othervm -XX:-ExplicitGCInvokesConcurrent -XX:MinHeapFreeRatio=10
  * -XX:MaxHeapFreeRatio=12 -XX:+UseG1GC -XX:G1HeapRegionSize=1M -verbose:gc
  * TestHumongousShrinkHeap
  */
 
< prev index next >