< prev index next >

test/gc/metaspace/TestMetaspaceSizeFlags.java

Print this page

        

@@ -29,10 +29,12 @@
  * @test TestMetaspaceSizeFlags
  * @key gc
  * @bug 8024650
  * @summary Test that metaspace size flags can be set correctly
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm TestMetaspaceSizeFlags
  */
 public class TestMetaspaceSizeFlags {
   public static final long K = 1024L;
   public static final long M = 1024L * K;
 
< prev index next >