diff src/share/vm/compiler/compileBroker.cpp @ 6843:c3e799c37717

7177003: C1: LogCompilation support Summary: add LogCompilation support in C1 - both client and tiered mode. Reviewed-by: twisti, kvn
author vlivanov
date Fri, 05 Oct 2012 18:57:10 -0700
parents 9191895df19d
children 18fb7da42534
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.cpp	Fri Oct 05 13:37:08 2012 -0700
+++ b/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();