src/share/vm/services/memoryPool.hpp

changeset 9793
7386b3a385ac
parent 6198
55fb97c4c58d
child 9806
758c07667682
equal deleted inserted replaced
9792:9a7135d0a309 9793:7386b3a385ac
196 PoolType type, 196 PoolType type,
197 size_t max_size, 197 size_t max_size,
198 bool support_usage_threshold); 198 bool support_usage_threshold);
199 199
200 MemoryUsage get_memory_usage(); 200 MemoryUsage get_memory_usage();
201 size_t used_in_bytes() { return _space->used(); } 201 size_t used_in_bytes() { return _space->used_stable(); }
202 }; 202 };
203 #endif // INCLUDE_ALL_GCS 203 #endif // INCLUDE_ALL_GCS
204 204
205 205
206 class GenerationPool : public CollectedMemoryPool { 206 class GenerationPool : public CollectedMemoryPool {

mercurial