hotspot/test/compiler/stable/TestStableMemoryBarrier.java
changeset 38188 e76af590ea2f
parent 38152 80e5da81fb2c
child 38207 2ed792c9481d
equal deleted inserted replaced
38186:ccaa890f8617 38188:e76af590ea2f
    29  * @summary tests memory barrier correctly inserted for stable fields
    29  * @summary tests memory barrier correctly inserted for stable fields
    30  * @library /testlibrary /test/lib
    30  * @library /testlibrary /test/lib
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  * @modules java.base/jdk.internal.vm.annotation
    32  * @modules java.base/jdk.internal.vm.annotation
    33  *
    33  *
    34  * @run main/bootclasspath -Xcomp -XX:CompileOnly=::testCompile
    34  * @run main/bootclasspath/othervm -Xcomp -XX:CompileOnly=::testCompile
    35  *                         compiler.stable.TestStableMemoryBarrier
    35  *                                 compiler.stable.TestStableMemoryBarrier
    36  *
    36  *
    37  * @author hui.shi@linaro.org
    37  * @author hui.shi@linaro.org
    38  */
    38  */
    39 
    39 
    40 package compiler.stable;
    40 package compiler.stable;