# HG changeset patch # User Gilles Duboscq # Date 1403608346 -7200 # Node ID 404d2e86488a9b384b9f49a5712a7ff7efcbe6a7 # Parent 05397227b8d4f28cf375b3f537dd4bc2eea7d603 CIPrintCompilerName: compiler name should be printed on supplied stream diff -r 05397227b8d4 -r 404d2e86488a src/share/vm/compiler/compileBroker.cpp --- a/src/share/vm/compiler/compileBroker.cpp Tue Jun 24 12:19:15 2014 +0200 +++ b/src/share/vm/compiler/compileBroker.cpp Tue Jun 24 13:12:26 2014 +0200 @@ -383,7 +383,7 @@ st->print("%7d ", (int) st->time_stamp().milliseconds()); // print timestamp } // print compiler name if requested - if (CIPrintCompilerName) tty->print("%s:", CompileBroker::compiler_name(comp_level)); + if (CIPrintCompilerName) st->print("%s:", CompileBroker::compiler_name(comp_level)); st->print("%4d ", compile_id); // print compilation number // For unloaded methods the transition to zombie occurs after the