< prev index next >

test/compiler/c1/TestDeoptInt.java

Print this page

        

*** 25,38 **** /** * @test * @bug 6769124 * @summary int value might not be correctly decoded on deopt with c1 on 64 bit * ! * @run main/othervm -Xcomp -XX:CompileOnly=TestDeoptInt6769124.m TestDeoptInt6769124 */ ! public class TestDeoptInt6769124 { static class A { volatile int vl; A(int v) { vl = v; --- 25,42 ---- /** * @test * @bug 6769124 * @summary int value might not be correctly decoded on deopt with c1 on 64 bit * ! * @run main/othervm -Xcomp ! * -XX:CompileCommand=compileonly,compiler.c1.TestDeoptInt::m ! * compiler.c1.TestDeoptInt */ ! package compiler.c1; ! ! public class TestDeoptInt { static class A { volatile int vl; A(int v) { vl = v;
< prev index next >