< prev index next >

test/compiler/types/TestTypePropagationToCmpU.java

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

*** 23,34 **** /* * @test * @bug 8080156 8060036 * @summary Test correctness of type propagation to CmpUNodes. ! * @run main TestTypePropagationToCmpU */ public class TestTypePropagationToCmpU { public static void main(String[] args) { try { // Trigger compilation for (int i = 0; i < 100_000; ++i) { --- 23,38 ---- /* * @test * @bug 8080156 8060036 * @summary Test correctness of type propagation to CmpUNodes. ! * ! * @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 >