mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8214004: Missing space between compiler thread name and task info in hs_err
Reviewed-by: dcubed, zgu
This commit is contained in:
parent
c20332c412
commit
0c94b004e6
1 changed files with 1 additions and 0 deletions
|
@ -4703,6 +4703,7 @@ void Threads::print_threads_compiling(outputStream* st, char* buf, int buflen) {
|
|||
CompileTask* task = ct->task();
|
||||
if (task != NULL) {
|
||||
thread->print_name_on_error(st, buf, buflen);
|
||||
st->print(" ");
|
||||
task->print(st, NULL, true, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue