< prev index next >

test/compiler/intrinsics/bmi/verifycode/BmiIntrinsicBase.java

Print this page

        

*** 20,29 **** --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + package compiler.intrinsics.bmi.verifycode; + + import compiler.whitebox.CompilerWhiteBoxTest; import jdk.test.lib.Asserts; import jdk.test.lib.Platform; import jdk.test.lib.Utils; import sun.hotspot.code.NMethod; import sun.hotspot.cpuinfo.CPUInfo;
*** 32,42 **** import java.lang.invoke.MethodType; import java.lang.reflect.Executable; import java.lang.reflect.Method; import java.util.concurrent.Callable; import java.util.function.Function; - import compiler.whitebox.CompilerWhiteBoxTest; public class BmiIntrinsicBase extends CompilerWhiteBoxTest { protected BmiIntrinsicBase(BmiTestCase testCase) { super(testCase); --- 35,44 ----
< prev index next >