< prev index next >

test/compiler/types/correctness/scenarios/ClassIdentity.java

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

@@ -19,14 +19,14 @@
  * 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;
+package compiler.types.correctness.scenarios;
 
+import compiler.types.correctness.hierarchies.TypeHierarchy;
 import jdk.test.lib.Asserts;
-import hierarchies.TypeHierarchy;
 
 /**
  * Tests pattern: if (a.getClass() == D.class)
  */
 public class ClassIdentity<T extends TypeHierarchy.I> extends Scenario<T, Integer> {
< prev index next >