< prev index next >

test/compiler/jvmci/JVM_GetJVMCIRuntimeTest.java

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

*** 50,61 **** */ package compiler.jvmci; - import jdk.vm.ci.runtime.JVMCI; import jdk.test.lib.Asserts; public class JVM_GetJVMCIRuntimeTest implements Runnable { private static final boolean IS_POSITIVE = Boolean.getBoolean( "compiler.jvmci.JVM_GetJVMCIRuntimeTest.positive"); private static final boolean IN_THREAD = Boolean.getBoolean( --- 50,61 ---- */ package compiler.jvmci; import jdk.test.lib.Asserts; + import jdk.vm.ci.runtime.JVMCI; public class JVM_GetJVMCIRuntimeTest implements Runnable { private static final boolean IS_POSITIVE = Boolean.getBoolean( "compiler.jvmci.JVM_GetJVMCIRuntimeTest.positive"); private static final boolean IN_THREAD = Boolean.getBoolean(
< prev index next >