equal
deleted
inserted
replaced
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 |