jdkinternals.properties revision 3413:878e51dad07c
1# No translation needed
2com.sun.crypto.provider.SunJCE=Use java.security.Security.getProvider(provider-name) @since 1.3
3com.sun.org.apache.xml.internal.security=Use java.xml.crypto @since 1.6
4com.sun.org.apache.xml.internal.security.utils.Base64=Use java.util.Base64 @since 1.8
5com.sun.org.apache.xml.internal.resolver=Use javax.xml.catalog @since 9
6com.sun.net.ssl=Use javax.net.ssl @since 1.4
7com.sun.net.ssl.internal.ssl.Provider=Use java.security.Security.getProvider(provider-name) @since 1.3
8com.sun.rowset=Use javax.sql.rowset.RowSetProvider @since 1.7
9com.sun.tools.javac.tree=Use com.sun.source @since 1.6
10com.sun.tools.javac=Use javax.tools and javax.lang.model @since 1.6
11java.awt.peer=Should not use. See https://bugs.openjdk.java.net/browse/JDK-8037739
12java.awt.dnd.peer=Should not use. See https://bugs.openjdk.java.net/browse/JDK-8037739
13jdk.internal.ref.Cleaner=Use java.lang.ref.PhantomReference @since 1.2 or java.lang.ref.Cleaner @since 9
14sun.awt.image.codec=Use javax.imageio @since 1.4
15sun.awt.CausedFocusEvent=Use java.awt.event.FocusEvent::getCause @since 9
16sun.font.FontUtilities=See java.awt.Font.textRequiresLayout	@since 9
17sun.reflect.Reflection=See StackWalker API @since 9
18sun.reflect.ReflectionFactory=See http://openjdk.java.net/jeps/260
19sun.misc.Unsafe=See http://openjdk.java.net/jeps/260
20sun.misc.Signal=See http://openjdk.java.net/jeps/260
21sun.misc.SignalHandler=See http://openjdk.java.net/jeps/260
22sun.security.action=Use java.security.PrivilegedAction @since 1.1
23sun.security.krb5=Use com.sun.security.jgss
24sun.security.provider.PolicyFile=Use java.security.Policy.getInstance("JavaPolicy", new URIParameter(uri)) @since 1.6
25sun.security.provider.Sun=Use java.security.Security.getProvider(provider-name) @since 1.3
26sun.security.util.SecurityConstants=Use appropriate java.security.Permission subclass @since 1.1
27sun.security.x509.X500Name=Use javax.security.auth.x500.X500Principal @since 1.4
28sun.tools.jar=Use java.util.jar or jar tool @since 1.2\
29# Internal APIs removed in JDK 9
30com.apple.eawt=Use java.awt.desktop and JEP 272 @since 9
31com.apple.concurrent=Removed. See https://bugs.openjdk.java.net/browse/JDK-8148187
32com.sun.image.codec=Use javax.imageio @since 1.4
33sun.misc.BASE64Encoder=Use java.util.Base64 @since 1.8
34sun.misc.BASE64Decoder=Use java.util.Base64 @since 1.8
35sun.misc.Cleaner=Use java.lang.ref.PhantomReference @since 1.2 or java.lang.ref.Cleaner @since 9
36sun.misc.Service=Use java.util.ServiceLoader @since 1.6
37sun.misc=Removed. See http://openjdk.java.net/jeps/260
38sun.reflect=Removed. See http://openjdk.java.net/jeps/260
39
40
41
42