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

前端 未结 7 1493
粉色の甜心
粉色の甜心 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:13

    Answering own question. Credit goes to @ RC

    1. Open the dump using visualvm. It takes a while.
    2. click on "threads at heap dump"

    visual vm with threads at heapdump

    0 讨论(0)
提交回复
热议问题