< prev index next >

test/compiler/jvmci/compilerToVM/ReprofileTest.java

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

*** 49,68 **** */ package compiler.jvmci.compilerToVM; import compiler.jvmci.common.CTVMUtilities; - import java.lang.reflect.Method; - import java.util.ArrayList; - import java.util.List; - import compiler.whitebox.CompilerWhiteBoxTest; ! import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod; import jdk.vm.ci.hotspot.CompilerToVMHelper; import jdk.vm.ci.meta.ProfilingInfo; - import jdk.test.lib.Asserts; public class ReprofileTest { public static void main(String[] args) { List<Method> testCases = createTestCases(); testCases.forEach(ReprofileTest::runSanityTest); --- 49,68 ---- */ package compiler.jvmci.compilerToVM; import compiler.jvmci.common.CTVMUtilities; import compiler.whitebox.CompilerWhiteBoxTest; ! import jdk.test.lib.Asserts; import jdk.vm.ci.hotspot.CompilerToVMHelper; + import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod; import jdk.vm.ci.meta.ProfilingInfo; + import java.lang.reflect.Method; + import java.util.ArrayList; + import java.util.List; + public class ReprofileTest { public static void main(String[] args) { List<Method> testCases = createTestCases(); testCases.forEach(ReprofileTest::runSanityTest);
< prev index next >