< prev index next >

test/gc/g1/TestPrintGCDetails.java

Print this page

        

@@ -26,10 +26,12 @@
  * @bug 8010738
  * @summary Ensure that the PrintGCDetails for a full GC with G1 includes Metaspace.
  * @key gc
  * @key regression
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm TestPrintGCDetails
  */
 
 import com.oracle.java.testlibrary.ProcessTools;
 import com.oracle.java.testlibrary.OutputAnalyzer;
 
< prev index next >