src/share/vm/prims/jni.cpp

Print this page

        

*** 5013,5022 **** --- 5013,5025 ---- } #ifndef PRODUCT #include "gc_interface/collectedHeap.hpp" + #if INCLUDE_ALL_GCS + #include "gc_implementation/g1/heapRegionRemSet.hpp" + #endif #include "utilities/quickSort.hpp" #if INCLUDE_VM_STRUCTS #include "runtime/vmStructs.hpp" #endif
*** 5033,5042 **** --- 5036,5048 ---- run_unit_test(QuickSort::test_quick_sort()); run_unit_test(AltHashing::test_alt_hash()); #if INCLUDE_VM_STRUCTS run_unit_test(VMStructs::test()); #endif + #if INCLUDE_ALL_GCS + run_unit_test(HeapRegionRemSet::test_prt()); + #endif tty->print_cr("All internal VM tests passed"); } } #undef run_unit_test