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

Print this page

        

@@ -24,11 +24,11 @@
  */
 
 package java.util;
 
 import java.util.Map.Entry;
-import sun.misc.SharedSecrets;
+import jdk.internal.misc.SharedSecrets;
 
 /**
  * A specialized {@link Map} implementation for use with enum type keys.  All
  * of the keys in an enum map must come from a single enum type that is
  * specified, explicitly or implicitly, when the map is created.  Enum maps