How to Capture a Java 32bits Thread Dump on the Windows Platform
(Doc ID 437464.1)
Last updated on OCTOBER 21, 2021
Applies to:
Oracle Containers for J2EE - Version 9.0.2.0.0 to 10.1.3.5.0 [Release 9iAS to AS10gR3]Generic Windows
Goal
This document provides a small utility, thdump.zip, and an overview of how the utility can be installed and run on a Microsoft Windows platform to request a thread dump from a running Java Virtual Machine (JVM). Please note this would not work on some 64bits JDK.
The utility is similar in purpose to the using the "kill" command on a UNIX system to send a SIGQUIT signal (3) to the running JVM and works in the same way as pressing CTRL-BREAK in a command prompt window where a java program is running the foreground.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |