开发者

collect heap dump in java 1.4.0 in windows

开发者 https://www.devze.com 2023-03-15 05:23 出处:网络
I am trying to collect heap dump for my application. It\'s running a java 1.4.0 on Windows platform. The option like -xxheapdump options won\'t work. Do v have any tool to开发者_如何学C achieve this.

I am trying to collect heap dump for my application. It's running a java 1.4.0 on Windows platform. The option like -xxheapdump options won't work. Do v have any tool to开发者_如何学C achieve this. Highly appreciate the help.


have you tried it like this? -XX:+HeapDumpOnCtrlBreak

maybe this link is of use to you: http://www.startux.de/index.php/component/content/article/25-java/45-java-heap-dump

This link is also interesting:

http://blogs.oracle.com/alanb/entry/heap_dumps_are_back_with

0

精彩评论

暂无评论...
验证码 换一张
取 消