< prev index next >

test/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleCodeInstallationTest.java

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

*** 36,49 **** * @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI jdk.vm.ci.code.test.SimpleCodeInstallationTest */ package jdk.vm.ci.code.test; import org.junit.Test; - import jdk.vm.ci.code.Register; - /** * Test simple code installation. */ public class SimpleCodeInstallationTest extends CodeInstallationTest { --- 36,48 ---- * @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI jdk.vm.ci.code.test.SimpleCodeInstallationTest */ package jdk.vm.ci.code.test; + import jdk.vm.ci.code.Register; import org.junit.Test; /** * Test simple code installation. */ public class SimpleCodeInstallationTest extends CodeInstallationTest {
< prev index next >