< prev index next >

src/java.base/share/classes/java/util/ArrayList.java

Print this page
rev 51958 : 8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn

@@ -26,11 +26,11 @@
 package java.util;
 
 import java.util.function.Consumer;
 import java.util.function.Predicate;
 import java.util.function.UnaryOperator;
-import jdk.internal.misc.SharedSecrets;
+import jdk.internal.access.SharedSecrets;
 
 /**
  * Resizable-array implementation of the {@code List} interface.  Implements
  * all optional list operations, and permits all elements, including
  * {@code null}.  In addition to implementing the {@code List} interface,
< prev index next >