< prev index next >

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

Print this page

        

*** 28,41 **** * @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI jdk.vm.ci.runtime.test.TestJavaType */ package jdk.vm.ci.runtime.test; ! import jdk.vm.ci.meta.*; ! import static org.junit.Assert.*; ! import org.junit.*; /** * Tests for {@link JavaType}. */ public class TestJavaType extends TypeUniverse { --- 28,42 ---- * @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 {
< prev index next >