comparison src/share/vm/memory/heapInspection.hpp @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents c6c601a0f2d6
children c18cbe5936b8
comparison
equal deleted inserted replaced
580:ce2272390558 628:7bb995fbd3c0
125 125
126 #endif // SERVICES_KERNEL 126 #endif // SERVICES_KERNEL
127 127
128 class HeapInspection : public AllStatic { 128 class HeapInspection : public AllStatic {
129 public: 129 public:
130 static void heap_inspection(outputStream* st) KERNEL_RETURN; 130 static void heap_inspection(outputStream* st, bool need_prologue) KERNEL_RETURN;
131 static void find_instances_at_safepoint(klassOop k, GrowableArray<oop>* result) KERNEL_RETURN; 131 static void find_instances_at_safepoint(klassOop k, GrowableArray<oop>* result) KERNEL_RETURN;
132 }; 132 };