< prev index next >

test/gc/g1/TestEagerReclaimHumongousRegions.java

Print this page

        

@@ -26,10 +26,12 @@
  * @bug 8027959
  * @summary Test to make sure that eager reclaim of humongous objects work. We simply try to fill
  * up the heap with humongous objects that should be eagerly reclaimable to avoid Full GC.
  * @key gc
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm TestEagerReclaimHumongousRegions
  */
 
 import java.util.regex.Pattern;
 import java.util.regex.Matcher;
 import java.util.LinkedList;
< prev index next >