hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 13964 01a2b863cc61
parent 13891 35dabd293e56
child 14391 df0a1573d5bd
--- a/hotspot/src/share/vm/compiler/compileBroker.cpp	Fri Oct 05 13:37:08 2012 -0700
+++ b/hotspot/src/share/vm/compiler/compileBroker.cpp	Fri Oct 05 18:57:10 2012 -0700
@@ -1570,7 +1570,8 @@
   }
   CompileLog* log = thread->log();
   if (log != NULL) {
-    log->begin_elem("start_compile_thread thread='" UINTX_FORMAT "' process='%d'",
+    log->begin_elem("start_compile_thread name='%s' thread='" UINTX_FORMAT "' process='%d'",
+                    thread->name(),
                     os::current_thread_id(),
                     os::current_process_id());
     log->stamp();