- java.lang.Object
-
- com.ibm.dtfj.phd.parser.Base
-
- com.ibm.dtfj.phd.parser.PrintHeapdump
-
public class PrintHeapdump extends Base
This class simply prints the contents of the heap dump.
-
-
Constructor Summary
Constructors Constructor Description PrintHeapdump(String filename)
PrintHeapdump(String[] args)
PrintHeapdump(String filename, PrintStream out)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
hex(long word)
static String
hexpad(long word)
static void
main(String[] args)
void
parse(String filename)
boolean
parseOption(String arg, String opt)
-