Searched defs:GCHeapSummary (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcHeapSummary.hpp63 class GCHeapSummary;
68 virtual void visit(const GCHeapSummary* heap_summary) const = 0;
72 class GCHeapSummary : public StackObj { class in inherits:StackObj
77 GCHeapSummary() : function in class:GCHeapSummary
79 GCHeapSummary(VirtualSpaceSummary& heap_space, size_t used) : function in class:GCHeapSummary
90 class PSHeapSummary : public GCHeapSummary {
99 GCHeapSummary(heap_space, heap_used), _old(old), _old_space(old_space), _young(young), _eden(eden), _from(from), _to(to) { }

Completed in 86 milliseconds