< prev index next >

test/compiler/jvmci/compilerToVM/GetNextStackFrameTest.java

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

*** 40,55 **** */ package compiler.jvmci.compilerToVM; import compiler.jvmci.common.CTVMUtilities; ! import java.lang.reflect.Method; import jdk.vm.ci.hotspot.CompilerToVMHelper; import jdk.vm.ci.hotspot.HotSpotStackFrameReference; import jdk.vm.ci.meta.ResolvedJavaMethod; - import jdk.test.lib.Asserts; public class GetNextStackFrameTest { private static final int RECURSION_AMOUNT = 3; private static final ResolvedJavaMethod REC_FRAME_METHOD; private static final ResolvedJavaMethod FRAME1_METHOD; private static final ResolvedJavaMethod FRAME2_METHOD; --- 40,56 ---- */ 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.HotSpotStackFrameReference; import jdk.vm.ci.meta.ResolvedJavaMethod; + import java.lang.reflect.Method; + public class GetNextStackFrameTest { private static final int RECURSION_AMOUNT = 3; private static final ResolvedJavaMethod REC_FRAME_METHOD; private static final ResolvedJavaMethod FRAME1_METHOD; private static final ResolvedJavaMethod FRAME2_METHOD;
< prev index next >