< prev index next >

test/compiler/jvmci/compilerToVM/AllocateCompileIdTest.java

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

*** 45,70 **** */ package compiler.jvmci.compilerToVM; import compiler.jvmci.common.CTVMUtilities; import java.lang.reflect.Executable; import java.lang.reflect.Method; import java.util.ArrayList; - import java.util.List; import java.util.HashSet; import java.util.stream.Collectors; import java.util.stream.Stream; - import jdk.vm.ci.hotspot.CompilerToVMHelper; - import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod; - import jdk.test.lib.Asserts; - import jdk.test.lib.Pair; - import jdk.test.lib.Utils; - import sun.hotspot.code.NMethod; - public class AllocateCompileIdTest { private static final int SOME_REPEAT_VALUE = 5; private final HashSet<Integer> ids = new HashSet<>(); --- 45,69 ---- */ package compiler.jvmci.compilerToVM; import compiler.jvmci.common.CTVMUtilities; + import jdk.test.lib.Asserts; + import jdk.test.lib.Pair; + import jdk.test.lib.Utils; + import jdk.vm.ci.hotspot.CompilerToVMHelper; + import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod; + import sun.hotspot.code.NMethod; import java.lang.reflect.Executable; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.HashSet; + import java.util.List; import java.util.stream.Collectors; import java.util.stream.Stream; public class AllocateCompileIdTest { private static final int SOME_REPEAT_VALUE = 5; private final HashSet<Integer> ids = new HashSet<>();
< prev index next >