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

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents c6c601a0f2d6
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/memory/heapInspection.hpp	Mon Mar 09 13:34:00 2009 -0700
+++ b/src/share/vm/memory/heapInspection.hpp	Thu Mar 12 18:16:36 2009 -0700
@@ -127,6 +127,6 @@
 
 class HeapInspection : public AllStatic {
  public:
-  static void heap_inspection(outputStream* st) KERNEL_RETURN;
+  static void heap_inspection(outputStream* st, bool need_prologue) KERNEL_RETURN;
   static void find_instances_at_safepoint(klassOop k, GrowableArray<oop>* result) KERNEL_RETURN;
 };