< prev index next >

test/compiler/jvmci/compilerToVM/JVM_RegisterJVMCINatives.java

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

*** 41,52 **** */ package compiler.jvmci.compilerToVM; - import jdk.vm.ci.runtime.JVMCI; import jdk.test.lib.Asserts; import java.lang.reflect.Method; public class JVM_RegisterJVMCINatives { private static final boolean IS_POSITIVE = Boolean.getBoolean( --- 41,52 ---- */ package compiler.jvmci.compilerToVM; import jdk.test.lib.Asserts; + import jdk.vm.ci.runtime.JVMCI; import java.lang.reflect.Method; public class JVM_RegisterJVMCINatives { private static final boolean IS_POSITIVE = Boolean.getBoolean(
< prev index next >