< prev index next >

test/hotspot/jtreg/runtime/Metaspace/MaxMetaspaceSizeTest.java

Print this page
rev 59076 : [mq]: 8243945

@@ -27,11 +27,11 @@
 /*
  * @test MaxMetaspaceSizeTest
  * @requires vm.bits == 64 & vm.opt.final.UseCompressedOops == true
  * @bug 8087291
  * @library /test/lib
- * @run main/othervm MaxMetaspaceSizeTest
+ * @run driver MaxMetaspaceSizeTest
  */
 
 public class MaxMetaspaceSizeTest {
     public static void main(String... args) throws Exception {
         ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
< prev index next >