| Author |
How to take heap dump in Sun JDK 1.5 (windows) programmatically
|
Shounak Kundu
Ranch Hand
Joined: Jul 29, 2010
Posts: 60
|
|
Hi ,
I have successfully taken heap dump in Sun JDK 1.6 (Windows) through HotSpotMXBean and by using jmap . Now , I have to do the same thing in JDK 1.5(windows).
Now the problem is that , in JDK 1.5 (windows) there is no jmap , neither does it support HotSpotMXBean. So , can you guide me how I can take heap dump of a whole JVM in 1.5.
Thanks in advance.
|
Shounak
|
 |
 |
|
|
subject: How to take heap dump in Sun JDK 1.5 (windows) programmatically
|
|
|