|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.test.HeapDumper
public class HeapDumper
Utiliy class to dump the HEAP memory of the current JVM for easier debugging of memory related problems (eg : memory leak)
| Constructor Summary | |
|---|---|
HeapDumper()
|
|
| Method Summary | |
|---|---|
static void |
dumpHeap(java.io.File file)
Call this method you want to dump the heap snapshot into a file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeapDumper()
| Method Detail |
|---|
public static void dumpHeap(java.io.File file)
throws java.lang.Exception
file - a File in which to do the heap dump, must not be null
java.lang.Exception - if the dump could not be performed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||