Searched refs:max_num_pools (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp46 max_num_pools = 10 enumerator in enum:MemoryManager::__anon480
49 MemoryPool* _pools[max_num_pools];
H A DmemoryManager.cpp52 assert(_num_pools < MemoryManager::max_num_pools, "_num_pools exceeds the max");
53 if (_num_pools < MemoryManager::max_num_pools) {

Completed in 926 milliseconds