test/hotspot/jtreg/compiler/c2/aarch64/TestVolatilesCMSCondMark.java
changeset 52409 87bc444ca642
parent 50874 551c340ca01a
equal deleted inserted replaced
52408:04cbcebf5adf 52409:87bc444ca642
    36  *        compiler.c2.aarch64.TestVolatileLoad
    36  *        compiler.c2.aarch64.TestVolatileLoad
    37  *        compiler.c2.aarch64.TestUnsafeVolatileLoad
    37  *        compiler.c2.aarch64.TestUnsafeVolatileLoad
    38  *        compiler.c2.aarch64.TestVolatileStore
    38  *        compiler.c2.aarch64.TestVolatileStore
    39  *        compiler.c2.aarch64.TestUnsafeVolatileStore
    39  *        compiler.c2.aarch64.TestUnsafeVolatileStore
    40  *        compiler.c2.aarch64.TestUnsafeVolatileCAS
    40  *        compiler.c2.aarch64.TestUnsafeVolatileCAS
       
    41  *        compiler.c2.aarch64.TestUnsafeVolatileWeakCAS
       
    42  *        compiler.c2.aarch64.TestUnsafeVolatileCAE
       
    43  *        compiler.c2.aarch64.TestUnsafeVolatileGAS
    41  *
    44  *
    42  * @run driver compiler.c2.aarch64.TestVolatilesCMSCondMark
    45  * @run driver compiler.c2.aarch64.TestVolatilesCMSCondMark
    43  *      TestVolatileLoad CMSCondMark
    46  *      TestVolatileLoad CMSCondMark
    44  *
    47  *
    45  * @run driver compiler.c2.aarch64.TestVolatilesCMSCondMark
    48  * @run driver compiler.c2.aarch64.TestVolatilesCMSCondMark
    51  * @run driver compiler.c2.aarch64.TestVolatilesCMSCondMark
    54  * @run driver compiler.c2.aarch64.TestVolatilesCMSCondMark
    52  *      TestUnsafeVolatileStore CMSCondMark
    55  *      TestUnsafeVolatileStore CMSCondMark
    53  *
    56  *
    54  * @run driver compiler.c2.aarch64.TestVolatilesCMSCondMark
    57  * @run driver compiler.c2.aarch64.TestVolatilesCMSCondMark
    55  *      TestUnsafeVolatileCAS CMSCondMark
    58  *      TestUnsafeVolatileCAS CMSCondMark
       
    59  *
       
    60  * @run driver compiler.c2.aarch64.TestVolatilesCMSCondMark
       
    61  *      TestUnsafeVolatileWeakCAS CMSCondMark
       
    62  *
       
    63  * @run driver compiler.c2.aarch64.TestVolatilesCMSCondMark
       
    64  *      TestUnsafeVolatileCAE CMSCondMark
       
    65  *
       
    66  * @run driver compiler.c2.aarch64.TestVolatilesCMSCondMark
       
    67  *      TestUnsafeVolatileGAS CMSCondMark
    56  */
    68  */
    57 
    69 
    58 package compiler.c2.aarch64;
    70 package compiler.c2.aarch64;
    59 
    71 
    60 public class TestVolatilesCMSCondMark {
    72 public class TestVolatilesCMSCondMark {