comparison src/share/vm/utilities/quickSort.hpp @ 4708:3c648b9ad052

7121373: Clean up CollectedHeap::is_in Summary: Fixed G1CollectedHeap::is_in, added tests, cleaned up comments and made Space::is_in pure virtual. Reviewed-by: brutisso, tonyp, jcoomes
author stefank
date Wed, 14 Dec 2011 12:15:26 +0100
parents 04760e41b01e
children
comparison
equal deleted inserted replaced
4132:6d7d0790074d 4708: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