test/hotspot/jtreg/gc/arguments/TestUseCompressedOopsErgo.java
changeset 59053 ba6c248cae19
parent 54638 9b8926bf85c1
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
    71  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    71  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    72  * @run main/othervm gc.arguments.TestUseCompressedOopsErgo -XX:+UseG1GC
    72  * @run main/othervm gc.arguments.TestUseCompressedOopsErgo -XX:+UseG1GC
    73  */
    73  */
    74 
    74 
    75 /*
    75 /*
    76  * @test TestUseCompressedOopsErgoCMS
       
    77  * @key gc
       
    78  * @bug 8010722
       
    79  * @comment Graal does not support CMS
       
    80  * @requires vm.gc.ConcMarkSweep & !vm.graal.enabled
       
    81  * @library /test/lib
       
    82  * @library /
       
    83  * @modules java.base/jdk.internal.misc
       
    84  *          java.management/sun.management
       
    85  * @build sun.hotspot.WhiteBox
       
    86  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
       
    87  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
       
    88  * @run main/othervm gc.arguments.TestUseCompressedOopsErgo -XX:+UseConcMarkSweepGC
       
    89  */
       
    90 
       
    91 /*
       
    92  * @test TestUseCompressedOopsErgoShenandoah
    76  * @test TestUseCompressedOopsErgoShenandoah
    93  * @key gc
    77  * @key gc
    94  * @bug 8010722
    78  * @bug 8010722
    95  * @comment Graal does not support Shenandoah
    79  * @comment Graal does not support Shenandoah
    96  * @requires vm.gc.Shenandoah & !vm.graal.enabled
    80  * @requires vm.gc.Shenandoah & !vm.graal.enabled