diff -r 36d1d483d5d6 -r da91efe96a93 agent/doc/clhsdb.html --- a/agent/doc/clhsdb.html Fri Aug 31 16:39:35 2012 -0700 +++ b/agent/doc/clhsdb.html Sat Sep 01 13:25:18 2012 -0400 @@ -38,10 +38,10 @@ assert true | false turn on/off asserts in SA code attach pid | exec core attach SA to a process or core class name find a Java class from debuggee and print oop - classes print all loaded Java classes with klassOop + classes print all loaded Java classes with Klass* detach detach SA from current target dis address [ length ] disassemble (sparc/x86) specified number of instructions from given address - dumpclass { address | name } [ directory ] dump .class file for given klassOop or class name + dumpclass { address | name } [ directory ] dump .class file for given Klass* or class name dumpheap [ file ] dump heap in hprof binary format echo [ true | false ] turn on/off command echo mode examine [ address/count ] | [ address,address] show contents of memory from given address @@ -51,7 +51,7 @@ help [ command ] print help message for all commands or just given command history show command history. usual !command-number syntax works. inspect expression inspect a given oop - jdis address show bytecode disassembly of a given methodOop + jdis address show bytecode disassembly of a given Method* jhisto show Java heap histogram jseval script evaluate a given string as JavaScript code jsload file load and evaluate a JavaScript file @@ -59,7 +59,7 @@ livenmethods show all live nmethods mem address [ length ] show contents of memory -- also shows closest ELF/COFF symbol if found pmap show Solaris pmap-like output - print expression print given klassOop, methodOop or arbitrary address + print expression print given Klass*, Method* or arbitrary address printas type expression print given address as given HotSpot type. eg. print JavaThread <address> printstatics [ type ] print static fields of given HotSpot type (or all types if none specified) pstack [-v] show mixed mode stack trace for all Java, non-Java threads. -v is verbose mode