hotspot/src/share/vm/services/g1MemoryPool.cpp
G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h) :
{- -------------------------------------------
(1) スーパークラスの初期化
---------------------------------------- -}
G1MemoryPoolSuper(g1h,
"G1 Survivor",
survivor_space_committed(g1h), /* init_size */
false /* support_usage_threshold */) { }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.