java -classpath svcdump.jar com.ibm.jvm.svcdump.Dump [-options]
<filename>
| -heap |
print a table showing which classes have the
most objects allocated |
| -cache |
print alloc cache |
| -dis <addr> <n> |
disassemble <n> instructions starting at
<addr> (hex) |
| -caa <addr> |
specify the caa to use when disassembling |
| -r<n> |
include saved register <n> in stack trace |
| -verbose |
print extra info for debugging purposes |
| -help |
print extended help info and exit |
java -classpath svcdump.jar com.ibm.jvm.findroots.FindRoots -help
for more details.