< prev index next >

test/compiler/c2/Test6877254.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

@@ -24,14 +24,16 @@
 /**
  * @test
  * @bug 6877254
  * @summary Implement StoreCMNode::Ideal to promote its OopStore above the MergeMem
  *
- * @run main/othervm -Xcomp Test
+ * @run main/othervm -Xcomp compiler.c2.Test6877254
  */
 
-public class Test {
+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 >