< prev index next >

test/runtime/SharedArchiveFile/MaxMetaspaceSize.java

Print this page

        

@@ -24,10 +24,12 @@
 /*
  * @test
  * @bug 8067187
  * @summary Testing CDS dumping with the -XX:MaxMetaspaceSize=<size> option
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm MaxMetaspaceSize
  */
 
 import com.oracle.java.testlibrary.*;
 
 public class MaxMetaspaceSize {
< prev index next >