< prev index next >
src/hotspot/share/services/diagnosticCommand.hpp
Print this page
rev 50303 : Thread Dump Extension (memory allocation)
@@ -444,10 +444,11 @@
// See also: thread_dump in attachListener.cpp
class ThreadDumpDCmd : public DCmdWithParser {
protected:
DCmdArgument<bool> _locks;
+ DCmdArgument<bool> _extended;
public:
ThreadDumpDCmd(outputStream* output, bool heap);
static const char* name() { return "Thread.print"; }
static const char* description() {
return "Print all threads with stacktraces.";
< prev index next >