--- old/src/share/vm/opto/loopnode.cpp 2014-04-29 16:55:31.000000000 -0400 +++ new/src/share/vm/opto/loopnode.cpp 2014-04-29 16:55:31.000000000 -0400 @@ -3568,7 +3568,7 @@ #ifdef ASSERT void PhaseIdealLoop::dump_bad_graph(const char* msg, Node* n, Node* early, Node* LCA) { - tty->print_cr(msg); + tty->print_raw_cr(msg); tty->print("n: "); n->dump(); tty->print("early(n): "); early->dump(); if (n->in(0) != NULL && !n->in(0)->is_top() &&