--- old/src/share/vm/utilities/quickSort.cpp 2014-04-29 16:57:34.000000000 -0400 +++ new/src/share/vm/utilities/quickSort.cpp 2014-04-29 16:57:34.000000000 -0400 @@ -77,7 +77,7 @@ for (int i = 0; i < length; i++) { tty->print(" %d", array[i]); } - tty->print_cr(""); + tty->cr(); } bool QuickSort::compare_arrays(int* actual, int* expected, int length) {