src/share/vm/utilities/quickSort.hpp

changeset 3335
3c648b9ad052
parent 2976
04760e41b01e
child 6876
710a3c8b516e
equal deleted inserted replaced
3328:6d7d0790074d 3335:3c648b9ad052
128 // for unit testing 128 // for unit testing
129 #ifndef PRODUCT 129 #ifndef PRODUCT
130 static void print_array(const char* prefix, int* array, int length); 130 static void print_array(const char* prefix, int* array, int length);
131 static bool compare_arrays(int* actual, int* expected, int length); 131 static bool compare_arrays(int* actual, int* expected, int length);
132 template <class C> static bool sort_and_compare(int* arrayToSort, int* expectedResult, int length, C comparator, bool idempotent = false); 132 template <class C> static bool sort_and_compare(int* arrayToSort, int* expectedResult, int length, C comparator, bool idempotent = false);
133 static bool test_quick_sort(); 133 static void test_quick_sort();
134 #endif 134 #endif
135 }; 135 };
136 136
137 137
138 #endif //SHARE_VM_UTILITIES_QUICKSORT_HPP 138 #endif //SHARE_VM_UTILITIES_QUICKSORT_HPP

mercurial