public class HeapDumper extends Object
| Constructor and Description |
|---|
HeapDumper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpHeap(File file,
boolean live)
Dump the heap snapshot into a file.
|
public static void dumpHeap(File file, boolean live) throws ClassNotFoundException
file - The file in which the dump will be storedlive - Dump only live objects?ClassNotFoundExceptionCopyright © 2015. All rights reserved.