# HG changeset patch # User Gilles Duboscq # Date 1394991411 -3600 # Node ID b6aa8c4972aa3fafae4b272a6ba1d4fa8c98dfec # Parent 36d39c597c799bde4cd442bcda55fb9de90cbecc Use CIPrintCompilerName in nmethod::print_on diff -r 36d39c597c79 -r b6aa8c4972aa src/share/vm/code/nmethod.cpp --- a/src/share/vm/code/nmethod.cpp Sun Mar 16 19:19:53 2014 +0100 +++ b/src/share/vm/code/nmethod.cpp Sun Mar 16 18:36:51 2014 +0100 @@ -1025,6 +1025,7 @@ void nmethod::print_on(outputStream* st, const char* msg) const { if (st != NULL) { ttyLocker ttyl; + if (CIPrintCompilerName) st->print("%s:", compiler()->name()); if (WizardMode) { CompileTask::print_compilation(st, this, msg, /*short_form:*/ true); st->print_cr(" (" INTPTR_FORMAT ")", this);