JDK-6759840 : Update jhat to include a thread dump
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2008-10-15
  • Updated: 2013-10-18
  • Resolved: 2013-10-18
Related Reports
Relates :  
Description
The HotSpot VM built-in heap dumper is enhanced to include the stack traces for all threads at the heap dump time.  See  6306922.

We should update jhat to present the thread dump information as well.  The current jhat can display the stack traces when the -stack option is specified to "true" e.g.
> jhat -stack true <heap-dump-filename>

Comments
EVALUATION Add a "Show all stack traces" link for easy browsing of thread dump
15-10-2008