< prev index next >

test/hotspot/jtreg/vmTestbase/metaspace/stressDictionary/StressDictionary.java

Print this page
rev 52693 : [mq]: 8211211-stressdictionary-timeout

*** 27,37 **** * @summary converted from VM Testbase metaspace/stressDictionary. * VM Testbase keywords: [nonconcurrent, javac] * * @library /vmTestbase /test/lib * @run driver jdk.test.lib.FileInstaller . . ! * @run main/othervm/timeout=420 metaspace.stressDictionary.StressDictionary -stressTime 30 */ package metaspace.stressDictionary; import java.util.*; --- 27,37 ---- * @summary converted from VM Testbase metaspace/stressDictionary. * VM Testbase keywords: [nonconcurrent, javac] * * @library /vmTestbase /test/lib * @run driver jdk.test.lib.FileInstaller . . ! * @run main/othervm/timeout=420 -XX:+IgnoreUnrecognizedVMOptions -XX:-CMSPrecleaningEnabled metaspace.stressDictionary.StressDictionary -stressTime 30 */ package metaspace.stressDictionary; import java.util.*;
< prev index next >