src/share/vm/prims/jni.cpp

changeset 3266
6fd81579526f
parent 3202
436b4a3231bf
child 3335
3c648b9ad052
equal deleted inserted replaced
3265:59519b7d7b9d 3266:6fd81579526f
5040 #include "utilities/quickSort.hpp" 5040 #include "utilities/quickSort.hpp"
5041 5041
5042 void execute_internal_vm_tests() { 5042 void execute_internal_vm_tests() {
5043 if (ExecuteInternalVMTests) { 5043 if (ExecuteInternalVMTests) {
5044 assert(QuickSort::test_quick_sort(), "test_quick_sort failed"); 5044 assert(QuickSort::test_quick_sort(), "test_quick_sort failed");
5045 tty->print_cr("All tests passed"); 5045 assert(arrayOopDesc::test_max_array_length(), "test_max_array_length failed");
5046 tty->print_cr("All internal VM tests passed");
5046 } 5047 }
5047 } 5048 }
5048 5049
5049 #endif 5050 #endif
5050 5051

mercurial