hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 13964 01a2b863cc61
parent 13891 35dabd293e56
child 14391 df0a1573d5bd
equal deleted inserted replaced
13951:3fc49366dc15 13964:01a2b863cc61
  1568   if (LogCompilation) {
  1568   if (LogCompilation) {
  1569     init_compiler_thread_log();
  1569     init_compiler_thread_log();
  1570   }
  1570   }
  1571   CompileLog* log = thread->log();
  1571   CompileLog* log = thread->log();
  1572   if (log != NULL) {
  1572   if (log != NULL) {
  1573     log->begin_elem("start_compile_thread thread='" UINTX_FORMAT "' process='%d'",
  1573     log->begin_elem("start_compile_thread name='%s' thread='" UINTX_FORMAT "' process='%d'",
       
  1574                     thread->name(),
  1574                     os::current_thread_id(),
  1575                     os::current_thread_id(),
  1575                     os::current_process_id());
  1576                     os::current_process_id());
  1576     log->stamp();
  1577     log->stamp();
  1577     log->end_elem();
  1578     log->end_elem();
  1578   }
  1579   }