test/hotspot/jtreg/gc/metaspace/TestMetaspaceCMSCancel.java
changeset 54638 9b8926bf85c1
parent 53523 4c5184c56dc2
equal deleted inserted replaced
54637:b71940f7fa96 54638:9b8926bf85c1
    28 import sun.hotspot.WhiteBox;
    28 import sun.hotspot.WhiteBox;
    29 
    29 
    30 /* @test TestMetaspaceCMSCancel
    30 /* @test TestMetaspaceCMSCancel
    31  * @bug 8026752
    31  * @bug 8026752
    32  * @summary Tests cancel of CMS concurrent cycle for Metaspace after a full GC
    32  * @summary Tests cancel of CMS concurrent cycle for Metaspace after a full GC
    33  * @requires !vm.graal.enabled
    33  * @requires vm.gc.ConcMarkSweep & !vm.graal.enabled
    34  * @library /test/lib
    34  * @library /test/lib
    35  * @modules java.base/jdk.internal.misc
    35  * @modules java.base/jdk.internal.misc
    36  * @build sun.hotspot.WhiteBox
    36  * @build sun.hotspot.WhiteBox
    37  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    37  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    38  * @run main/othervm gc.metaspace.TestMetaspaceCMSCancel
    38  * @run main/othervm gc.metaspace.TestMetaspaceCMSCancel