< prev index next >

test/compiler/c2/Test6877254.java

Print this page

        

*** 24,37 **** /** * @test * @bug 6877254 * @summary Implement StoreCMNode::Ideal to promote its OopStore above the MergeMem * ! * @run main/othervm -Xcomp Test */ ! public class Test { static byte var_1; static String var_2 = ""; static byte var_3; static float var_4 = 0; --- 24,39 ---- /** * @test * @bug 6877254 * @summary Implement StoreCMNode::Ideal to promote its OopStore above the MergeMem * ! * @run main/othervm -Xcomp compiler.c2.Test6877254 */ ! package compiler.c2; ! ! public class Test6877254 { static byte var_1; static String var_2 = ""; static byte var_3; static float var_4 = 0;
< prev index next >