hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp
void SparsePRT::do_cleanup_work(SparsePRTCleanupTask* sprt_cleanup_task) {
{- -------------------------------------------
(1) もしこの SparsePRT が拡張されていれば,
SparsePRTCleanupTask::add() を呼んで
sprt_cleanup_task 引数で指定された SparsePRTCleanupTask オブジェクトに
この SparsePRT を登録しておく.
---------------------------------------- -}
if (should_be_on_expanded_list()) {
sprt_cleanup_task->add(this);
}
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.