Is it possible to view threads from hprof dump / threads in heap dump

前端 未结 7 1638
粉色の甜心
粉色の甜心 2021-02-06 06:46

I have got a large (5GB) hprof dump, created by application when OutOfMemoryError occurred. (Using XX: HeapDumpOnOutOfMemoryError ).

Unfortunately there

7条回答
  •  無奈伤痛
    2021-02-06 07:02

    I don't think heap dump contains thread information except GC root. If you need thread related information, you need to take thread dump also.

提交回复
热议问题