< prev index next >

test/compiler/jvmci/compilerToVM/GetLocalVariableTableTest.java

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

*** 45,57 **** */ package compiler.jvmci.compilerToVM; import compiler.jvmci.common.CTVMUtilities; - import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod; - import jdk.vm.ci.hotspot.CompilerToVMHelper; import jdk.test.lib.Asserts; import java.lang.reflect.Executable; import java.util.HashMap; import java.util.Map; --- 45,57 ---- */ package compiler.jvmci.compilerToVM; import compiler.jvmci.common.CTVMUtilities; import jdk.test.lib.Asserts; + import jdk.vm.ci.hotspot.CompilerToVMHelper; + import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod; import java.lang.reflect.Executable; import java.util.HashMap; import java.util.Map;
< prev index next >