Eclipse Memory Analyser文档说它可以打开IBM可移植堆转储文件(*.phd):
http://help.eclipse.org/luna/index.jsp?topic=/org.eclipse.mat.ui.help/welcome.html
然而,当我试图打开一个时,我得到了错误:
'heapdump.xxx.phd'. Check the error log for further details.
Not a HPROF heap dump (java.io.IOException)
Not a HPROF heap dump
我已经尝试了菜单选项(文件>打开堆转储)和(文件>打开文件)
发布于 2019-10-16 14:40:28
eclipse MemoryAnalyzer抛出异常:
An internal error occurred during: "Parsing heap dump from 'D:\XXXX.phd'".
int is not an array
所以我不得不使用IBM HeapAnalyzer:http://public.dhe.ibm.com/software/websphere/appserv/support/tools/HeapAnalyzer
https://stackoverflow.com/questions/24868926
复制相似问题