hotspot/src/share/vm/compiler/compileTask.cpp
changeset 40084 98825f02aa8d
parent 38218 f5ba1dea04eb
child 42650 1f304d0c888b
equal deleted inserted replaced
40083:17565e6c55a0 40084:98825f02aa8d
   184 // ------------------------------------------------------------------
   184 // ------------------------------------------------------------------
   185 // CompileTask::print_tty
   185 // CompileTask::print_tty
   186 void CompileTask::print_tty() {
   186 void CompileTask::print_tty() {
   187   ttyLocker ttyl;  // keep the following output all in one block
   187   ttyLocker ttyl;  // keep the following output all in one block
   188   // print compiler name if requested
   188   // print compiler name if requested
   189   if (CIPrintCompilerName) tty->print("%s:", CompileBroker::compiler_name(comp_level()));
   189   if (CIPrintCompilerName) {
   190     print(tty);
   190     tty->print("%s:", CompileBroker::compiler_name(comp_level()));
       
   191   }
       
   192   print(tty);
   191 }
   193 }
   192 
   194 
   193 // ------------------------------------------------------------------
   195 // ------------------------------------------------------------------
   194 // CompileTask::print_impl
   196 // CompileTask::print_impl
   195 void CompileTask::print_impl(outputStream* st, Method* method, int compile_id, int comp_level,
   197 void CompileTask::print_impl(outputStream* st, Method* method, int compile_id, int comp_level,