- 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 Stringhex(long word)static Stringhexpad(long word)static voidmain(String[] args)voidparse(String filename)booleanparseOption(String arg, String opt)
-