mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs
This commit is contained in:
parent
748e8913b9
commit
0cc24c29ca
89 changed files with 287 additions and 189 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
package java.util;
|
||||
|
||||
import sun.misc.SharedSecrets;
|
||||
import jdk.internal.misc.SharedSecrets;
|
||||
|
||||
/**
|
||||
* A specialized {@link Set} implementation for use with enum types. All of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue