< prev index next >

test/compiler/types/correctness/scenarios/ArrayCopy.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. */ ! package scenarios; ! import hierarchies.TypeHierarchy; import java.util.Arrays; /** * Tests System.arraycopy() --- 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. */ ! package compiler.types.correctness.scenarios; ! import compiler.types.correctness.hierarchies.TypeHierarchy; import java.util.Arrays; /** * Tests System.arraycopy()
< prev index next >