hotspot/src/share/vm/oops/arrayOop.hpp
changeset 11247 d6faa02b3802
parent 10999 83a6068d99c5
child 13728 882756847a04
equal deleted inserted replaced
11208:101816314520 11247:d6faa02b3802
   126 
   126 
   127 // for unit testing
   127 // for unit testing
   128 #ifndef PRODUCT
   128 #ifndef PRODUCT
   129   static bool check_max_length_overflow(BasicType type);
   129   static bool check_max_length_overflow(BasicType type);
   130   static int32_t old_max_array_length(BasicType type);
   130   static int32_t old_max_array_length(BasicType type);
   131   static bool test_max_array_length();
   131   static void test_max_array_length();
   132 #endif
   132 #endif
   133 };
   133 };
   134 
   134 
   135 #endif // SHARE_VM_OOPS_ARRAYOOP_HPP
   135 #endif // SHARE_VM_OOPS_ARRAYOOP_HPP