equal
deleted
inserted
replaced
24 */ |
24 */ |
25 |
25 |
26 /* |
26 /* |
27 * @test TestStableDouble |
27 * @test TestStableDouble |
28 * @summary tests on stable fields and arrays |
28 * @summary tests on stable fields and arrays |
29 * @library /testlibrary /test/lib / |
29 * @library /test/lib / |
30 * @modules java.base/jdk.internal.misc |
30 * @modules java.base/jdk.internal.misc |
31 * @modules java.base/jdk.internal.vm.annotation |
31 * @modules java.base/jdk.internal.vm.annotation |
32 * @build sun.hotspot.WhiteBox |
32 * @build sun.hotspot.WhiteBox |
33 * @build compiler.stable.TestStableDouble |
|
34 * |
33 * |
35 * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp |
34 * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp |
36 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 |
35 * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4 |
37 * -XX:-TieredCompilation |
36 * -XX:-TieredCompilation |
38 * -XX:+FoldStableValues |
37 * -XX:+FoldStableValues |