< prev index next >

test/compiler/jvmci/compilerToVM/IsMatureTest.java

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

*** 42,53 **** package compiler.jvmci.compilerToVM; import compiler.jvmci.common.testcases.SimpleClass; import compiler.whitebox.CompilerWhiteBoxTest; - import jdk.vm.ci.hotspot.CompilerToVMHelper; import jdk.test.lib.Asserts; import sun.hotspot.WhiteBox; import java.lang.reflect.Executable; public class IsMatureTest { --- 42,53 ---- package compiler.jvmci.compilerToVM; import compiler.jvmci.common.testcases.SimpleClass; import compiler.whitebox.CompilerWhiteBoxTest; import jdk.test.lib.Asserts; + import jdk.vm.ci.hotspot.CompilerToVMHelper; import sun.hotspot.WhiteBox; import java.lang.reflect.Executable; public class IsMatureTest {
< prev index next >