hotspot/src/share/vm/oops/arrayOop.hpp
changeset 35529 39376b4613b5
parent 22234 da823d78ad65
child 41290 8ff9c4ea1690
--- a/hotspot/src/share/vm/oops/arrayOop.hpp	Mon Jan 18 19:10:32 2016 +0100
+++ b/hotspot/src/share/vm/oops/arrayOop.hpp	Tue Jan 19 11:00:29 2016 +0100
@@ -127,8 +127,6 @@
 // for unit testing
 #ifndef PRODUCT
   static bool check_max_length_overflow(BasicType type);
-  static int32_t old_max_array_length(BasicType type);
-  static void test_max_array_length();
 #endif
 };