Snippets tagged “thread-dump”
1 snippet uses this tag.
- How to get a thread and heap dump of a Java process on Windows that's not running in a consoleJava
To get a thread and heap dump of a Java process on Windows that is not running in a console, you can use the jstack and jmap tools that are included with the Java Development Kit (JDK).