8211211: vmTestbase/metaspace/stressDictionary/StressDictionary.java timeout

Disable CMS precleaning to avoid accumulating too many classloaders to unload.

Reviewed-by: kbarrett, sangheki
This commit is contained in:
Thomas Schatzl 2018-11-28 10:52:01 +01:00
parent 2ddd78e825
commit 9a4eed85df

View File

@ -29,7 +29,7 @@
*
* @library /vmTestbase /test/lib
* @run driver jdk.test.lib.FileInstaller . .
* @run main/othervm/timeout=420 metaspace.stressDictionary.StressDictionary -stressTime 30
* @run main/othervm/timeout=420 -XX:+IgnoreUnrecognizedVMOptions -XX:-CMSPrecleaningEnabled metaspace.stressDictionary.StressDictionary -stressTime 30
*/
package metaspace.stressDictionary;