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

@ -1,22 +1,17 @@
package compiler.jvmci.compilerToVM;
import jdk.test.lib.Asserts;
import jdk.test.lib.Pair;
import jdk.test.lib.Utils;
import jdk.vm.ci.code.InstalledCode;
import jdk.vm.ci.code.InvalidInstalledCodeException;
import jdk.vm.ci.hotspot.CompilerToVMHelper;
import jdk.test.lib.Asserts;
import jdk.test.lib.Utils;
import jdk.test.lib.Pair;
import sun.hotspot.code.NMethod;
import java.lang.reflect.Constructor;
import java.lang.reflect.Executable;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/*
* @test