test/hotspot/jtreg/gc/metaspace/TestSizeTransitions.java
changeset 59053 ba6c248cae19
parent 57596 dad0062bb7f3
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
    54  * @requires vm.gc.G1
    54  * @requires vm.gc.G1
    55  * @summary Tests that the metaspace size transition logging is done correctly.
    55  * @summary Tests that the metaspace size transition logging is done correctly.
    56  * @library /test/lib
    56  * @library /test/lib
    57  * @run driver gc.metaspace.TestSizeTransitions false -XX:+UseG1GC
    57  * @run driver gc.metaspace.TestSizeTransitions false -XX:+UseG1GC
    58  * @run driver gc.metaspace.TestSizeTransitions true  -XX:+UseG1GC
    58  * @run driver gc.metaspace.TestSizeTransitions true  -XX:+UseG1GC
    59  */
       
    60 
       
    61 /* @test TestSizeTransitionsCMS
       
    62  * @key gc
       
    63  * @requires vm.gc.ConcMarkSweep
       
    64  * @summary Tests that the metaspace size transition logging is done correctly.
       
    65  * @library /test/lib
       
    66  * @run driver gc.metaspace.TestSizeTransitions false -XX:+UseConcMarkSweepGC
       
    67  * @run driver gc.metaspace.TestSizeTransitions true  -XX:+UseConcMarkSweepGC
       
    68  */
    59  */
    69 
    60 
    70 public class TestSizeTransitions {
    61 public class TestSizeTransitions {
    71   public static class Run {
    62   public static class Run {
    72     public static void main(String... args) throws Exception {
    63     public static void main(String... args) throws Exception {