< prev index next >

test/compiler/codegen/LoadWithMask2.java

Print this page

        

*** 23,33 **** /* * @test * @bug 8031743 * @summary loadI2L_immI broken for negative memory values ! * @run main/othervm -server -Xbatch -XX:-TieredCompilation -XX:CompileCommand=compileonly,*.foo* LoadWithMask2 * */ public class LoadWithMask2 { static int x; static long foo1() { --- 23,33 ---- /* * @test * @bug 8031743 * @summary loadI2L_immI broken for negative memory values ! * @run main/othervm -Xbatch -XX:CompileCommand=compileonly,*.foo* LoadWithMask2 * */ public class LoadWithMask2 { static int x; static long foo1() {
< prev index next >