< prev index next >

test/hotspot/jtreg/gc/TestMemoryMXBeansAndPoolsPresence.java

Print this page
rev 48034 : 8191564: Refactor GC related servicability code into GC specific subclasses
Reviewed-by: ehelin, eosterlund
rev 48035 : [mq]: 8191564.08.patch

*** 31,40 **** --- 31,41 ---- * @bug 8191564 * @summary Tests that GarbageCollectorMXBeans and GC MemoryPools are created. * @library /test/lib * @modules java.base/jdk.internal.misc * java.management + * @requires vm.gc == null * @run main/othervm -XX:+UseG1GC TestMemoryMXBeansAndPoolsPresence G1 * @run main/othervm -XX:+UseConcMarkSweepGC TestMemoryMXBeansAndPoolsPresence CMS * @run main/othervm -XX:+UseParallelGC TestMemoryMXBeansAndPoolsPresence Parallel * @run main/othervm -XX:+UseSerialGC TestMemoryMXBeansAndPoolsPresence Serial */
< prev index next >