Name: skT88420 Date: 10/20/99
Currently there is "static void dumpStack()" which prints the
stack of the current thread. It will be nice if there is
non static method that can be used for printing stack for
other threads. Such a method can especially useful in a fault
tolerant system for debugging/logging hung threads.
(Review ID: 96781)
======================================================================
Currently there is "static void dumpStack()" which prints the
stack of the current thread. It will be nice if there is
non static method that can be used for printing stack for
other threads. Such a method can especially useful in a fault
tolerant system for debugging/logging hung threads.
(Review ID: 96781)
======================================================================
- duplicates
-
JDK-4593133 API to generate Java stack traces for all threads
-
- Resolved
-