hotspot/src/share/vm/gc_implementation/g1/heapRegion.cpp
FilterOutOfRegionClosure::FilterOutOfRegionClosure(HeapRegion* r,
OopClosure* oc) :
{- -------------------------------------------
(1) フィールドの初期化
---------------------------------------- -}
_r_bottom(r->bottom()), _r_end(r->end()),
_oc(oc), _out_of_region(0)
{}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.