hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.hpp
FilterIntoCSClosure( DirtyCardToOopClosure* dcto_cl,
G1CollectedHeap* g1, OopClosure* oc) :
{- -------------------------------------------
(1) フィールドの初期化
---------------------------------------- -}
_dcto_cl(dcto_cl), _g1(g1), _oc(oc)
{}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.