hotspot/src/share/vm/code/nmethod.cpp
changeset 32582 56619bb8bcaa
parent 32466 915d0c3d25aa
child 33160 c59f1676d27e
child 33105 294e48b4f704
--- a/hotspot/src/share/vm/code/nmethod.cpp	Thu Sep 03 15:03:12 2015 -0700
+++ b/hotspot/src/share/vm/code/nmethod.cpp	Fri Sep 04 12:47:57 2015 +0200
@@ -848,10 +848,10 @@
   if (st != NULL) {
     ttyLocker ttyl;
     if (WizardMode) {
-      CompileTask::print_compilation(st, this, msg, /*short_form:*/ true);
+      CompileTask::print(st, this, msg, /*short_form:*/ true);
       st->print_cr(" (" INTPTR_FORMAT ")", this);
     } else {
-      CompileTask::print_compilation(st, this, msg, /*short_form:*/ false);
+      CompileTask::print(st, this, msg, /*short_form:*/ false);
     }
   }
 }