< prev index next >

test/compiler/jvmci/compilerToVM/GetLineNumberTableTest.java

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

*** 42,54 **** package compiler.jvmci.compilerToVM; import compiler.jvmci.common.CTVMUtilities; import compiler.jvmci.common.testcases.TestCase; import jdk.vm.ci.hotspot.CompilerToVMHelper; import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod; - import jdk.test.lib.Asserts; import java.lang.reflect.Executable; import java.util.Arrays; import java.util.Map; --- 42,54 ---- package compiler.jvmci.compilerToVM; import compiler.jvmci.common.CTVMUtilities; import compiler.jvmci.common.testcases.TestCase; + 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.Arrays; import java.util.Map;
< prev index next >