< prev index next >

test/compiler/types/TestTypePropagationToCmpU.java

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

@@ -23,12 +23,16 @@
 
 /*
  * @test
  * @bug 8080156 8060036
  * @summary Test correctness of type propagation to CmpUNodes.
- * @run main TestTypePropagationToCmpU
+ *
+ * @run main compiler.types.TestTypePropagationToCmpU
  */
+
+package compiler.types;
+
 public class TestTypePropagationToCmpU {
     public static void main(String[] args) {
         try {
             // Trigger compilation
             for (int i = 0; i < 100_000; ++i) {
< prev index next >