< prev index next >

test/compiler/intrinsics/mathexact/sanity/MathIntrinsic.java

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

*** 19,31 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ import java.lang.reflect.Executable; import java.util.concurrent.Callable; - import compiler.whitebox.CompilerWhiteBoxTest; public class MathIntrinsic { enum IntIntrinsic implements CompilerWhiteBoxTest.TestCase { Add { --- 19,34 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ + package compiler.intrinsics.mathexact.sanity; + + import compiler.whitebox.CompilerWhiteBoxTest; + import java.lang.reflect.Executable; import java.util.concurrent.Callable; public class MathIntrinsic { enum IntIntrinsic implements CompilerWhiteBoxTest.TestCase { Add {
< prev index next >