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我已经尝试了菜单选项(文件>打开堆转储)和(文件>打开文件)
发布于 2014-09-05 02:05:18
您必须安装DTJF才能读取IBM文件。
http://wiki.eclipse.org/MemoryAnalyzer#System_Dumps_and_Heap_Dumps_from_IBM_Virtual_Machines
Eclipse下载站点在下面:
http://www.ibm.com/developerworks/java/jdk/tools/dtfj.html
发布于 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
复制相似问题