src/share/vm/prims/jni.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/prims/jni.cpp	Mon Feb  3 22:36:56 2014
--- new/src/share/vm/prims/jni.cpp	Mon Feb  3 22:36:56 2014

*** 5043,5052 **** --- 5043,5053 ---- unit_test_function_call // Forward declaration void TestReservedSpace_test(); void TestReserveMemorySpecial_test(); + void TestOldFreeSpaceCalculation_test(); void execute_internal_vm_tests() { if (ExecuteInternalVMTests) { tty->print_cr("Running internal VM tests"); run_unit_test(TestReservedSpace_test());
*** 5054,5063 **** --- 5055,5065 ---- run_unit_test(GCTimerAllTest::all()); run_unit_test(arrayOopDesc::test_max_array_length()); run_unit_test(CollectedHeap::test_is_in()); run_unit_test(QuickSort::test_quick_sort()); run_unit_test(AltHashing::test_alt_hash()); + run_unit_test(TestOldFreeSpaceCalculation_test()); tty->print_cr("All internal VM tests passed"); } } #undef run_unit_test

src/share/vm/prims/jni.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File