comparison src/share/vm/services/memoryPool.hpp @ 6197:d2a62e0f25eb

6995781: Native Memory Tracking (Phase 1) 7151532: DCmd for hotspot native memory tracking Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd Reviewed-by: acorn, coleenp, fparain
author zgu
date Thu, 28 Jun 2012 17:03:16 -0400
parents f95d63e2154a
children da91efe96a93
comparison
equal deleted inserted replaced
6174:74533f63b116 6197:d2a62e0f25eb
48 class DefNewGeneration; 48 class DefNewGeneration;
49 class PSPermGen; 49 class PSPermGen;
50 class PermGen; 50 class PermGen;
51 class ThresholdSupport; 51 class ThresholdSupport;
52 52
53 class MemoryPool : public CHeapObj { 53 class MemoryPool : public CHeapObj<mtInternal> {
54 friend class MemoryManager; 54 friend class MemoryManager;
55 public: 55 public:
56 enum PoolType { 56 enum PoolType {
57 Heap = 1, 57 Heap = 1,
58 NonHeap = 2 58 NonHeap = 2