equal
deleted
inserted
replaced
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, |