< prev index next >

test/compiler/calls/common/CallsBase.java

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

*** 22,36 **** */ package compiler.calls.common; import compiler.testlibrary.CompilerUtils; - import java.lang.reflect.Method; - import java.util.Arrays; import jdk.test.lib.Asserts; import sun.hotspot.WhiteBox; /** * A common class for Invoke* classes */ public abstract class CallsBase { public static final String CALL_ERR_MSG = "Call insuccessfull"; --- 22,37 ---- */ package compiler.calls.common; import compiler.testlibrary.CompilerUtils; import jdk.test.lib.Asserts; import sun.hotspot.WhiteBox; + import java.lang.reflect.Method; + import java.util.Arrays; + /** * A common class for Invoke* classes */ public abstract class CallsBase { public static final String CALL_ERR_MSG = "Call insuccessfull";
< prev index next >