< prev index next >

test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestJavaType.java

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

*** 32,47 **** * @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI jdk.vm.ci.runtime.test.TestJavaType */ package jdk.vm.ci.runtime.test; - import static org.junit.Assert.assertEquals; import jdk.vm.ci.meta.JavaKind; import jdk.vm.ci.meta.JavaType; - import org.junit.Test; /** * Tests for {@link JavaType}. */ public class TestJavaType extends TypeUniverse { --- 32,47 ---- * @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI jdk.vm.ci.runtime.test.TestJavaType */ package jdk.vm.ci.runtime.test; import jdk.vm.ci.meta.JavaKind; import jdk.vm.ci.meta.JavaType; import org.junit.Test; + import static org.junit.Assert.assertEquals; + /** * Tests for {@link JavaType}. */ public class TestJavaType extends TypeUniverse {
< prev index next >