comparison src/share/vm/memory/collectorPolicy.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 c9ca3f51cf41
children da91efe96a93
comparison
equal deleted inserted replaced
6174:74533f63b116 6197:d2a62e0f25eb
54 54
55 class GCPolicyCounters; 55 class GCPolicyCounters;
56 class PermanentGenerationSpec; 56 class PermanentGenerationSpec;
57 class MarkSweepPolicy; 57 class MarkSweepPolicy;
58 58
59 class CollectorPolicy : public CHeapObj { 59 class CollectorPolicy : public CHeapObj<mtGC> {
60 protected: 60 protected:
61 PermanentGenerationSpec *_permanent_generation; 61 PermanentGenerationSpec *_permanent_generation;
62 GCPolicyCounters* _gc_policy_counters; 62 GCPolicyCounters* _gc_policy_counters;
63 63
64 // Requires that the concrete subclass sets the alignment constraints 64 // Requires that the concrete subclass sets the alignment constraints