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