--- old/src/share/vm/ci/ciEnv.cpp 2014-04-29 16:52:00.000000000 -0400 +++ new/src/share/vm/ci/ciEnv.cpp 2014-04-29 16:51:59.000000000 -0400 @@ -1250,7 +1250,7 @@ fileStream replay_data_stream(replay_data_file, /*need_close=*/true); dump_replay_data(&replay_data_stream); tty->print("# Compiler replay data is saved as: "); - tty->print_cr(buffer); + tty->print_raw_cr(buffer); } else { tty->print_cr("# Can't open file to dump replay data."); } @@ -1273,7 +1273,7 @@ ) replay_data_stream.flush(); tty->print("# Compiler inline data is saved as: "); - tty->print_cr(buffer); + tty->print_raw_cr(buffer); } else { tty->print_cr("# Can't open file to dump inline data."); }