test/hotspot/jtreg/compiler/c2/aarch64/TestVolatilesG1.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
       
    44  *        compiler.c2.aarch64.TestUnsafeVolatileGAA
    41  *
    45  *
    42  * @run driver compiler.c2.aarch64.TestVolatilesG1
    46  * @run driver compiler.c2.aarch64.TestVolatilesG1
    43  *      TestVolatileLoad G1
    47  *      TestVolatileLoad G1
    44  *
    48  *
    45  * @run driver compiler.c2.aarch64.TestVolatilesG1
    49  * @run driver compiler.c2.aarch64.TestVolatilesG1
    51  * @run driver compiler.c2.aarch64.TestVolatilesG1
    55  * @run driver compiler.c2.aarch64.TestVolatilesG1
    52  *      TestUnsafeVolatileStore G1
    56  *      TestUnsafeVolatileStore G1
    53  *
    57  *
    54  * @run driver compiler.c2.aarch64.TestVolatilesG1
    58  * @run driver compiler.c2.aarch64.TestVolatilesG1
    55  *      TestUnsafeVolatileCAS G1
    59  *      TestUnsafeVolatileCAS G1
       
    60  *
       
    61  * @run driver compiler.c2.aarch64.TestVolatilesG1
       
    62  *      TestUnsafeVolatileWeakCAS G1
       
    63  *
       
    64  * @run driver compiler.c2.aarch64.TestVolatilesG1
       
    65  *      TestUnsafeVolatileCAE G1
       
    66  *
       
    67  * @run driver compiler.c2.aarch64.TestVolatilesG1
       
    68  *      TestUnsafeVolatileGAS G1
       
    69  *
       
    70  * @run driver compiler.c2.aarch64.TestVolatilesG1
       
    71  *      TestUnsafeVolatileGAA G1
    56  */
    72  */
       
    73 
    57 
    74 
    58 package compiler.c2.aarch64;
    75 package compiler.c2.aarch64;
    59 
    76 
    60 public class TestVolatilesG1 {
    77 public class TestVolatilesG1 {
    61     public static void main(String args[]) throws Throwable
    78     public static void main(String args[]) throws Throwable