< prev index next >

test/hotspot/jtreg/gc/metaspace/TestMetaspaceCMSCancel.java

Print this page

        

*** 28,38 **** import sun.hotspot.WhiteBox; /* @test TestMetaspaceCMSCancel * @bug 8026752 * @summary Tests cancel of CMS concurrent cycle for Metaspace after a full GC ! * @requires !vm.graal.enabled * @library /test/lib * @modules java.base/jdk.internal.misc * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm gc.metaspace.TestMetaspaceCMSCancel --- 28,38 ---- import sun.hotspot.WhiteBox; /* @test TestMetaspaceCMSCancel * @bug 8026752 * @summary Tests cancel of CMS concurrent cycle for Metaspace after a full GC ! * @requires vm.gc.ConcMarkSweep & !vm.graal.enabled * @library /test/lib * @modules java.base/jdk.internal.misc * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm gc.metaspace.TestMetaspaceCMSCancel
< prev index next >