hotspot/src/share/vm/services/memoryPool.cpp
CodeHeapPool::CodeHeapPool(CodeHeap* codeHeap, const char* name, bool support_usage_threshold) :
{- -------------------------------------------
(1) スーパークラスの初期化, (フィールドの初期化)
---------------------------------------- -}
MemoryPool(name, NonHeap, codeHeap->capacity(), codeHeap->max_capacity(),
support_usage_threshold, false), _codeHeap(codeHeap) {
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.