< prev index next > src/hotspot/share/services/diagnosticCommand.hpp
Print this page
public:
static int num_arguments() { return 2; }
ThreadDumpDCmd(outputStream* output, bool heap);
static const char* name() { return "Thread.print"; }
static const char* description() {
- return "Print all threads with stacktraces.";
+ return "Print all platform threads with stacktraces.";
}
static const char* impact() {
return "Medium: Depends on the number of threads.";
}
virtual void execute(DCmdSource source, TRAPS);
< prev index next >