src/share/vm/oops/arrayOop.hpp

changeset 3335
3c648b9ad052
parent 3271
aa4c21b00f7f
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/oops/arrayOop.hpp	Fri Dec 09 19:28:34 2011 -0800
     1.2 +++ b/src/share/vm/oops/arrayOop.hpp	Wed Dec 14 12:15:26 2011 +0100
     1.3 @@ -128,7 +128,7 @@
     1.4  #ifndef PRODUCT
     1.5    static bool check_max_length_overflow(BasicType type);
     1.6    static int32_t old_max_array_length(BasicType type);
     1.7 -  static bool test_max_array_length();
     1.8 +  static void test_max_array_length();
     1.9  #endif
    1.10  };
    1.11  

mercurial