8137056: Move SharedSecrets and interface friends out of sun.misc

Reviewed-by: alanb, mchung, psandoz, rriggs
This commit is contained in:
Chris Hegarty 2015-09-28 13:39:27 +01:00
parent 748e8913b9
commit 0cc24c29ca
89 changed files with 287 additions and 189 deletions

View file

@ -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