Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8214004: Missing space between compiler thread name and task info in …
…hs_err

Reviewed-by: phh
  • Loading branch information
yukikimmura authored and Paul Hohensee committed Feb 24, 2022
1 parent 16cbd32 commit 68c6320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/runtime/thread.cpp
Expand Up @@ -4785,6 +4785,7 @@ void Threads::print_threads_compiling(outputStream* st, char* buf, int buflen, b
CompileTask* task = ct->task();
if (task != NULL) {
thread->print_name_on_error(st, buf, buflen);
st->print(" ");
task->print(st, NULL, short_form, true);
}
}
Expand Down

1 comment on commit 68c6320

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.