public class HeapDumper extends Object
| Constructor and Description |
|---|
HeapDumper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpHeap(String fileName,
boolean live)
Dump heap to a given file.
|
public static void dumpHeap(String fileName, boolean live)
fileName - file name for the dump - will be relative to working directorylive - if true, only live (reachable) objects will be included in the dumpCopyright © 2002-2016 Atlassian. All Rights Reserved.