< prev index next >

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

Print this page

        

*** 30,39 **** --- 30,40 ---- 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);
< prev index next >