[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.memory-analyzer] Re: DTFJ adapter doesn't show attributes an d values
|
How can I view thread stack information from the system dump?
Andrew Johnson wrote:
Portable Heap Dump files (which normally have extension .phd) do not have
primitive field or primitive array contents, so Memory Analyzer cannot display
this data.
A system dump, processed with JExtract, has the full information, plus true
heap roots and thread stack information.
http://wiki.eclipse.org/index.php/MemoryAnalyzer#System_Dumps_and_Heap_Dumps_from_IBM_Virtual_Machines
Try using a system dump, processed first with jextract.
Andrew Johnson