hotspot/src/share/vm/gc_implementation/g1/satbQueue.hpp
// Parallel version of the above.
bool par_apply_closure_to_completed_buffer(int worker) {
{- -------------------------------------------
(1) SATBMarkQueueSet::apply_closure_to_completed_buffer_work() を呼び出すだけ.
---------------------------------------- -}
return apply_closure_to_completed_buffer_work(true, worker);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.