diff src/share/vm/utilities/quickSort.hpp @ 4970:33df1aeaebbf

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 13:10:13 +0100
parents 3c648b9ad052
children
line wrap: on
line diff
--- a/src/share/vm/utilities/quickSort.hpp	Fri Feb 24 18:30:42 2012 -0800
+++ b/src/share/vm/utilities/quickSort.hpp	Mon Feb 27 13:10:13 2012 +0100
@@ -130,7 +130,7 @@
   static void print_array(const char* prefix, int* array, int length);
   static bool compare_arrays(int* actual, int* expected, int length);
   template <class C> static bool sort_and_compare(int* arrayToSort, int* expectedResult, int length, C comparator, bool idempotent = false);
-  static bool test_quick_sort();
+  static void test_quick_sort();
 #endif
 };