hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
void
OtherRegionsTable::do_cleanup_work(HRRSCleanupTask* hrrs_cleanup_task) {
{- -------------------------------------------
(1) SparsePRT::do_cleanup_work() を呼び出すだけ.
---------------------------------------- -}
_sparse_table.do_cleanup_work(hrrs_cleanup_task);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.