从Windows内存转储创建Java堆转储

我有一个JVM进程的 Windows内存转储(DMP)文件.

Is there any way I can use Java tooling to do a heap analysis of this? The SDK tools (jhat etc.) don’t seem to help – they all seem to expect a Java heap dump.

(我有很多Windbg经验,但在Java调试时我是完全无知的)

这个类似的问题:Dump file analysis of Java process?在这一点上没有答案.

请参阅 my other answer,具体说明如何从Windows minidump获取Java信息

相关文章

Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...
Windows文件操作基础代码 Windows下对文件进行操作使用的一段...
Winpcap基础代码 使用Winpcap进行网络数据的截获和发送都需要...
使用vbs脚本进行批量编码转换 最近需要使用SourceInsight查看...