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