hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp
G1SATBCardTableModRefBS::G1SATBCardTableModRefBS(MemRegion whole_heap,
int max_covered_regions) :
{- -------------------------------------------
(1) スーパークラスの初期化
---------------------------------------- -}
CardTableModRefBSForCTRS(whole_heap, max_covered_regions)
{
{- -------------------------------------------
(1) フィールドの初期化
---------------------------------------- -}
_kind = G1SATBCT;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.