< prev index next >

src/jdk.hotspot.agent/doc/clhsdb.html

Print this page
rev 59383 : [mq]: final

*** 39,49 **** attach pid | exec core <font color="red">attach SA to a process or core</font> buildreplayjars [all | boot | app] <font color="red">build jars for replay, boot.jar for bootclasses, app.jar for application classes</font> class name <font color="red">find a Java class from debuggee and print oop</font> classes <font color="red">print all loaded Java classes with Klass*</font> detach <font color="red">detach SA from current target</font> ! dis address [ length ] <font color="red">disassemble (sparc/x86) specified number of instructions from given address</font> dissemble address <font color="red">disassemble nmethod</font> dumpcfg -a | id <font color="red">Dump the PhaseCFG for every compiler thread that has one live</font> dumpclass { address | name } [ directory ] <font color="red">dump .class file for given Klass* or class name</font> dumpcodecache <font color="red">dump codecache contents</font> dumpheap [ file ] <font color="red">dump heap in hprof binary format</font> --- 39,49 ---- attach pid | exec core <font color="red">attach SA to a process or core</font> buildreplayjars [all | boot | app] <font color="red">build jars for replay, boot.jar for bootclasses, app.jar for application classes</font> class name <font color="red">find a Java class from debuggee and print oop</font> classes <font color="red">print all loaded Java classes with Klass*</font> detach <font color="red">detach SA from current target</font> ! dis address [ length ] <font color="red">disassemble (x86) specified number of instructions from given address</font> dissemble address <font color="red">disassemble nmethod</font> dumpcfg -a | id <font color="red">Dump the PhaseCFG for every compiler thread that has one live</font> dumpclass { address | name } [ directory ] <font color="red">dump .class file for given Klass* or class name</font> dumpcodecache <font color="red">dump codecache contents</font> dumpheap [ file ] <font color="red">dump heap in hprof binary format</font>
< prev index next >