mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-09 23:50:22 +00:00
Thread.dump_to_file doesn't need timestamp in STDOUT
This commit is contained in:
parent
8a46600777
commit
d8bf630719
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user