hotspot/src/share/vm/ci/ciEnv.cpp
changeset 26587 e8b28fa936af
parent 25946 1572c9f03fb9
child 26796 666464578742
--- a/hotspot/src/share/vm/ci/ciEnv.cpp	Wed Sep 10 19:08:17 2014 -0700
+++ b/hotspot/src/share/vm/ci/ciEnv.cpp	Wed Sep 10 13:27:33 2014 +0200
@@ -926,7 +926,7 @@
 #ifdef ASSERT
     if (!counter_changed && !PrintCompilation) {
       // Print out the compile task that failed
-      _task->print_line();
+      _task->print_tty();
     }
 #endif
     assert(counter_changed, "failed dependencies, but counter didn't change");