hotspot/src/share/vm/services/memoryPool.hpp
CollectedMemoryPool(const char* name, PoolType type, size_t init_size, size_t max_size, bool support_usage_threshold) :
{- -------------------------------------------
(1) スーパークラスの初期化
---------------------------------------- -}
MemoryPool(name, type, init_size, max_size, support_usage_threshold, true) {};
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.