hotspot/src/share/vm/oops/arrayOop.hpp
changeset 11247 d6faa02b3802
parent 10999 83a6068d99c5
child 13728 882756847a04
--- a/hotspot/src/share/vm/oops/arrayOop.hpp	Fri Dec 09 19:28:34 2011 -0800
+++ b/hotspot/src/share/vm/oops/arrayOop.hpp	Wed Dec 14 12:15:26 2011 +0100
@@ -128,7 +128,7 @@
 #ifndef PRODUCT
   static bool check_max_length_overflow(BasicType type);
   static int32_t old_max_array_length(BasicType type);
-  static bool test_max_array_length();
+  static void test_max_array_length();
 #endif
 };