Categories:
Audio (13)
Biotech (29)
Bytecode (22)
Database (79)
Framework (7)
Game (7)
General (497)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (70)
JavaBeans (16)
JDBC (86)
JDK (338)
JSP (20)
Logging (90)
Mail (54)
Messaging (8)
Network (106)
PDF (82)
Report (7)
Scripting (75)
Security (67)
Server (112)
Servlet (17)
SOAP (24)
Testing (55)
Web (24)
XML (287)
Other Resources:
jdk.hotspot.agent/sun.jvm.hotspot.tools.SysPropsDumper - JVM Properties Dumper
How to run "jdk.hotspot.agent/sun.jvm.hotspot.tools.SysPropsDumper" tool from JDK lib\modules JImage file?
✍: FYIcenter
"jdk.hotspot.agent/sun.jvm.hotspot.tools.SysPropsDumper" tool allows you to
dump system properties of a given JVM process.
"jdk.hotspot.agent/sun.jvm.hotspot.tools.SysPropsDumper" tool is supported by the jmods\jdk.hotspot.agent.jmod module file, which is also linked into the lib\modules JImage file in JDK 9, 10, and 11.
You can run the "jdk.hotspot.agent/sun.jvm.hotspot.tools.SysPropsDumper" tool using the lib\modules JImage file as described below using JDK 11 as an example:
C:\fyicenter>set JDK_HOME=\fyicenter\jdk-11.0.1 C:\fyicenter>%JDK_HOME%\bin\java --module jdk.hotspot.agent/sun.jvm.hotspot.tools.SysPropsDumper Usage: java sun.jvm.hotspot.tools.SysPropsDumper [option] <pid> (to connect to a live java process) or java sun.jvm.hotspot.tools.SysPropsDumper [option] <executable> <core> (to connect to a core file) or java sun.jvm.hotspot.tools.SysPropsDumper [option] [server_id@]<remote server IP or hostname> (to connect to a remote debug server) where option must be one of: -h | -help to print this help message
⇒ jdk.hotspot.agent/sun.jvm.hotspot.utilities.RBTree - RB Tree Test
⇐ jdk.hotspot.agent/sun.jvm.hotspot.tools.StackTrace - JVM Stack Tracer
2019-08-23, 676👍, 0💬
Popular Posts:
What Is poi-3.5.jar - Part 2? poi-3.5.jar is one of the JAR files for Apache POI 3.5, which provides...
maven-model-builder-3.5. 4.jaris the JAR file for Apache Maven 3.5.4 Model Builder module. Apache Ma...
Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with ...
What Is jsse.jar (JDK 6) Java Secure Socket Extension? jsse.jar, Java Secure Socket Extension, is Ja...
What Is fop.jar 0.95? I got it from the fop-0.95-bin.zip. fop.jar (0.95) is the JAR file for FOP 0.9...