test/hotspot/jtreg/gc/TestNumWorkerOutput.java
changeset 59053 ba6c248cae19
parent 54638 9b8926bf85c1
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
    32  * @modules java.base/jdk.internal.misc
    32  * @modules java.base/jdk.internal.misc
    33  * @library /test/lib
    33  * @library /test/lib
    34  * @build sun.hotspot.WhiteBox
    34  * @build sun.hotspot.WhiteBox
    35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    36  * @run main/othervm -XX:+UseG1GC gc.TestNumWorkerOutput UseG1GC
    36  * @run main/othervm -XX:+UseG1GC gc.TestNumWorkerOutput UseG1GC
    37  */
       
    38 
       
    39 /*
       
    40  * @test TestNumWorkerOutputCMS
       
    41  * @bug 8165292
       
    42  * @key gc
       
    43  * @comment Graal does not support CMS
       
    44  * @requires vm.gc.ConcMarkSweep & !vm.graal.enabled
       
    45  * @modules java.base/jdk.internal.misc
       
    46  * @library /test/lib
       
    47  * @build sun.hotspot.WhiteBox
       
    48  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
       
    49  * @run main/othervm -XX:+UseConcMarkSweepGC gc.TestNumWorkerOutput UseConcMarkSweepGC
       
    50  */
    37  */
    51 
    38 
    52 import sun.hotspot.WhiteBox;
    39 import sun.hotspot.WhiteBox;
    53 
    40 
    54 import java.util.regex.Matcher;
    41 import java.util.regex.Matcher;