Thread.dump_to_file doesn't need timestamp in STDOUT

This commit is contained in:
Ivan Bereziuk 2025-09-19 11:29:31 +02:00
parent 8a46600777
commit d8bf630719

View File

@ -1089,7 +1089,6 @@ ThreadDumpToFileDCmd::ThreadDumpToFileDCmd(outputStream* output, bool heap) :
}
void ThreadDumpToFileDCmd::execute(DCmdSource source, TRAPS) {
print_local_time(output());
bool json = (_format.value() != nullptr) && (strcmp(_format.value(), "json") == 0);
char* path = _filepath.value();
bool overwrite = _overwrite.value();