< prev index next >

test/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java

Print this page

        

@@ -29,10 +29,12 @@
  * up the heap with humongous objects and create a remembered set entry from an object by
  * referencing that we know is in the old gen. After changing this reference, the object
  * should still be eagerly reclaimable to avoid Full GC.
  * @key gc
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm TestEagerReclaimHumongousRegionsWithRefs
  */
 
 import java.util.regex.Pattern;
 import java.util.regex.Matcher;
 import java.util.LinkedList;
< prev index next >