Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
JDK 11 jdk.jdeps.jmod - JDeps Tool
JDK 11 jdk.jdeps.jmod is the JMOD file for JDK 11 JDeps tool,
which can be invoked by the "jdeps" command.
JDK 11 JDeps tool compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jdk.jdeps.jmod.
JDK 11 JDeps tool compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modules JImage file.
JDK 11 JDeps tool source code files are stored in \fyicenter\jdk-11.0.1\lib\src.zip\jdk.jdeps.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ com/sun/tools/jdeps/resources/jdkinternals.java
package com.sun.tools.jdeps.resources;
public final class jdkinternals extends java.util.ListResourceBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "com.apple.concurrent", "Removed. See https://bugs.openjdk.java.net/browse/JDK-8148187" },
{ "com.apple.eawt", "Use java.awt.Desktop and JEP 272 @since 9" },
{ "com.sun.crypto.provider.SunJCE", "Use java.security.Security.getProvider(provider-name) @since 1.3" },
{ "com.sun.image.codec.jpeg", "Use javax.imageio @since 1.4" },
{ "com.sun.net.ssl", "Use javax.net.ssl @since 1.4" },
{ "com.sun.net.ssl.internal.ssl.Provider", "Use java.security.Security.getProvider(provider-name) @since 1.3" },
{ "com.sun.org.apache.xml.internal.resolver", "Use javax.xml.catalog @since 9" },
{ "com.sun.org.apache.xml.internal.security", "Use java.xml.crypto @since 1.6" },
{ "com.sun.org.apache.xml.internal.security.utils.Base64", "Use java.util.Base64 @since 1.8" },
{ "com.sun.rowset", "Use javax.sql.rowset.RowSetProvider @since 1.7" },
{ "com.sun.tools.javac", "Use javax.tools and javax.lang.model @since 1.6" },
{ "com.sun.tools.javac.tree", "Use com.sun.source @since 1.6" },
{ "java.awt.dnd.peer", "Should not use. See https://bugs.openjdk.java.net/browse/JDK-8037739" },
{ "java.awt.peer", "Should not use. See https://bugs.openjdk.java.net/browse/JDK-8037739" },
{ "jdk.internal.ref.Cleaner", "Use java.lang.ref.PhantomReference @since 1.2 or java.lang.ref.Cleaner @since 9" },
{ "sun.awt.CausedFocusEvent", "Use java.awt.event.FocusEvent::getCause @since 9" },
{ "sun.awt.image.codec", "Use javax.imageio @since 1.4" },
{ "sun.font.FontUtilities", "See java.awt.Font.textRequiresLayout\t@since 9" },
{ "sun.misc", "Removed. See http://openjdk.java.net/jeps/260" },
{ "sun.misc.BASE64Decoder", "Use java.util.Base64 @since 1.8" },
{ "sun.misc.BASE64Encoder", "Use java.util.Base64 @since 1.8" },
{ "sun.misc.Cleaner", "Use java.lang.ref.PhantomReference @since 1.2 or java.lang.ref.Cleaner @since 9" },
{ "sun.misc.Service", "Use java.util.ServiceLoader @since 1.6" },
{ "sun.misc.Signal", "See http://openjdk.java.net/jeps/260" },
{ "sun.misc.SignalHandler", "See http://openjdk.java.net/jeps/260" },
{ "sun.misc.Unsafe", "See http://openjdk.java.net/jeps/260" },
{ "sun.reflect", "Removed. See http://openjdk.java.net/jeps/260" },
{ "sun.reflect.Reflection", "Use java.lang.StackWalker @since 9" },
{ "sun.reflect.ReflectionFactory", "See http://openjdk.java.net/jeps/260" },
{ "sun.security.action", "Use java.security.PrivilegedAction @since 1.1" },
{ "sun.security.krb5", "Use com.sun.security.jgss" },
{ "sun.security.provider.PolicyFile", "Use java.security.Policy.getInstance(\"JavaPolicy\", new URIParameter(uri)) @since 1.6" },
{ "sun.security.provider.Sun", "Use java.security.Security.getProvider(provider-name) @since 1.3" },
{ "sun.security.util.HostnameChecker", "Use javax.net.ssl.SSLParameters.setEndpointIdentificationAlgorithm(\"HTTPS\") @since 1.7\nor javax.net.ssl.HttpsURLConnection.setHostnameVerifier() @since 1.4" },
{ "sun.security.util.SecurityConstants", "Use appropriate java.security.Permission subclass @since 1.1" },
{ "sun.security.x509.X500Name", "Use javax.security.auth.x500.X500Principal @since 1.4" },
{ "sun.tools.jar", "Use java.util.jar or jar tool @since 1.2" },
};
}
}
⏎ com/sun/tools/jdeps/resources/jdkinternals.java
Or download all of them as a single archive file:
File name: jdk.jdeps-11.0.1-src.zip File size: 244145 bytes Release date: 2018-11-04 Download
⇒ JDK 11 jdk.jdi.jmod - JDI Tool
2020-07-07, ≈61🔥, 0💬
Popular Posts:
JDK 11 jdk.aot.jmod is the JMOD file for JDK 11 Ahead-of-Time (AOT) Compiler module. JDK 11 AOT Comp...
JDK 11 jdk.internal.JVM Stat.jmod is the JMOD file for JDK 11 Internal Jvmstat module. JDK 11 Intern...
What Is commons-fileupload-1.3.3 .jar?commons-fileupload-1.3.3 .jaris the JAR file for Apache Common...
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
What Is poi-ooxml-3.5.jar? poi-ooxml-3.5.jar is one of the JAR files for Apache POI 3.5, which provi...