< prev index next >

src/java.base/share/classes/java/security/PrivilegedActionException.java

Print this page

        

@@ -27,11 +27,11 @@
 
 import java.io.IOException;
 import java.io.ObjectInputStream;
 import java.io.ObjectOutputStream;
 import java.io.ObjectStreamField;
-import jdk.internal.misc.SharedSecrets;
+import jdk.internal.access.SharedSecrets;
 
 /**
  * This exception is thrown by
  * {@code doPrivileged(PrivilegedExceptionAction)} and
  * {@code doPrivileged(PrivilegedExceptionAction,
< prev index next >