hotspot/test/compiler/stable/TestStableMemoryBarrier.java
changeset 35753 ee7921f045d2
parent 35099 982950884444
child 36508 5f9eee6b383b
equal deleted inserted replaced
35752:16265e7c7a53 35753:ee7921f045d2
    25 
    25 
    26 /*
    26 /*
    27  * @test TestStableMemoryBarrier
    27  * @test TestStableMemoryBarrier
    28  * @bug 8139758
    28  * @bug 8139758
    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  *
    31  *
    32  * @run main/bootclasspath -Xcomp -XX:CompileOnly=::testCompile
    32  * @run main/bootclasspath -Xcomp -XX:CompileOnly=::testCompile
    33  *                   java.lang.invoke.TestStableMemoryBarrier
    33  *                   java.lang.invoke.TestStableMemoryBarrier
    34  *
    34  *
    35  * @author hui.shi@linaro.org
    35  * @author hui.shi@linaro.org