author | jcoomes |
Thu, 15 Sep 2011 20:30:12 -0700 | |
changeset 10555 | 7d88fcd1ee13 |
parent 10554 | e03b812a3e3c |
child 10556 | 9de632dc424b |
--- a/hotspot/src/share/vm/utilities/quickSort.cpp Thu Sep 15 19:33:39 2011 -0700 +++ b/hotspot/src/share/vm/utilities/quickSort.cpp Thu Sep 15 20:30:12 2011 -0700 @@ -92,6 +92,7 @@ } bool QuickSort::test_quick_sort() { +#if 0 tty->print_cr("test_quick_sort\n"); { int* test_array = NULL; @@ -212,6 +213,7 @@ delete[] test_array; delete[] expected_array; } +#endif return true; }