src/hotspot/share/runtime/thread.cpp
changeset 52599 a2e22b1ee4a1
parent 52596 dfa02b3f728c
child 52701 c724619944f1
--- a/src/hotspot/share/runtime/thread.cpp	Sat Nov 17 18:11:23 2018 +0800
+++ b/src/hotspot/share/runtime/thread.cpp	Sat Nov 17 13:48:50 2018 +0100
@@ -4703,6 +4703,7 @@
       CompileTask* task = ct->task();
       if (task != NULL) {
         thread->print_name_on_error(st, buf, buflen);
+        st->print("  ");
         task->print(st, NULL, true, true);
       }
     }