8214004: Missing space between compiler thread name and task info in hs_err

Reviewed-by: dcubed, zgu
This commit is contained in:
Aleksey Shipilev 2018-11-17 13:48:50 +01:00
parent c20332c412
commit 0c94b004e6

View file

@ -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);
}
}