< prev index next >

test/compiler/jvmci/common/JVMCIHelpers.java

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

*** 21,38 **** * questions. */ package compiler.jvmci.common; - import jdk.vm.ci.code.Architecture; import jdk.vm.ci.code.CompilationRequest; import jdk.vm.ci.code.CompilationRequestResult; import jdk.vm.ci.hotspot.services.HotSpotVMEventListener; - import jdk.vm.ci.meta.ResolvedJavaMethod; import jdk.vm.ci.runtime.JVMCICompiler; - import jdk.vm.ci.runtime.services.JVMCICompilerFactory; import jdk.vm.ci.runtime.JVMCIRuntime; /* * A stub classes to be able to use jvmci */ public class JVMCIHelpers { --- 21,36 ---- * questions. */ package compiler.jvmci.common; import jdk.vm.ci.code.CompilationRequest; import jdk.vm.ci.code.CompilationRequestResult; import jdk.vm.ci.hotspot.services.HotSpotVMEventListener; import jdk.vm.ci.runtime.JVMCICompiler; import jdk.vm.ci.runtime.JVMCIRuntime; + import jdk.vm.ci.runtime.services.JVMCICompilerFactory; /* * A stub classes to be able to use jvmci */ public class JVMCIHelpers {
< prev index next >