--- old/src/cpu/x86/vm/c1_LinearScan_x86.cpp 2014-04-29 16:51:21.000000000 -0400 +++ new/src/cpu/x86/vm/c1_LinearScan_x86.cpp 2014-04-29 16:51:21.000000000 -0400 @@ -95,7 +95,7 @@ #ifndef PRODUCT if (TraceFPURegisterUsage) { - tty->print("FPU regs for block %d, LIR instr %d): ", b->block_id(), id); regs.print_on(tty); tty->print_cr(""); + tty->print("FPU regs for block %d, LIR instr %d): ", b->block_id(), id); regs.print_on(tty); tty->cr(); } #endif }