8132919: Put compiler tests in packages

Reviewed-by: vlivanov, dpochepk
This commit is contained in:
Igor Ignatyev 2016-07-12 18:24:48 +03:00 committed by Tatiana Pivovarova
parent 4710cf65a7
commit a0381422dd
942 changed files with 12622 additions and 9353 deletions

View file

@ -42,11 +42,12 @@
package compiler.jvmci.compilerToVM;
import compiler.jvmci.common.CTVMUtilities;
import java.lang.reflect.Method;
import jdk.test.lib.Asserts;
import jdk.vm.ci.hotspot.CompilerToVMHelper;
import jdk.vm.ci.hotspot.HotSpotStackFrameReference;
import jdk.vm.ci.meta.ResolvedJavaMethod;
import jdk.test.lib.Asserts;
import java.lang.reflect.Method;
public class GetNextStackFrameTest {
private static final int RECURSION_AMOUNT = 3;