< prev index next >

test/gc/g1/TestHumongousAllocInitialMark.java

Print this page

        

@@ -24,10 +24,12 @@
 /*
  * @test TestHumongousAllocInitialMark
  * @bug 7168848
  * @summary G1: humongous object allocations should initiate marking cycles when necessary
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm TestHumongousAllocInitialMark
  */
 
 import com.oracle.java.testlibrary.*;
 
 public class TestHumongousAllocInitialMark {
< prev index next >