test/compiler/codegen/LoadWithMask2.java

changeset 7787
1ec24746bb40
parent 0
f90c822e73f8
equal deleted inserted replaced
7786:0956bdcc671e 7787:1ec24746bb40
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8031743 26 * @bug 8031743
27 * @summary loadI2L_immI broken for negative memory values 27 * @summary loadI2L_immI broken for negative memory values
28 * @run main/othervm -server -Xbatch -XX:-TieredCompilation -XX:CompileCommand=compileonly,*.foo* LoadWithMask2 28 * @run main/othervm -Xbatch -XX:CompileCommand=compileonly,*.foo* LoadWithMask2
29 * 29 *
30 */ 30 */
31 public class LoadWithMask2 { 31 public class LoadWithMask2 {
32 static int x; 32 static int x;
33 static long foo1() { 33 static long foo1() {

mercurial