hotspot/src/share/vm/memory/heapInspection.hpp
changeset 27677 b1997f2f1b56
parent 24424 2658d7834c6e
child 29071 73f45d04ad7a
child 29081 c61eb4914428
--- a/hotspot/src/share/vm/memory/heapInspection.hpp	Mon Oct 27 17:24:10 2014 -0400
+++ b/hotspot/src/share/vm/memory/heapInspection.hpp	Wed Nov 12 13:55:59 2014 +0100
@@ -367,7 +367,7 @@
       _csv_format(csv_format), _print_help(print_help),
       _print_class_stats(print_class_stats), _columns(columns) {}
   void heap_inspection(outputStream* st) NOT_SERVICES_RETURN;
-  size_t populate_table(KlassInfoTable* cit, BoolObjectClosure* filter = NULL) NOT_SERVICES_RETURN;
+  size_t populate_table(KlassInfoTable* cit, BoolObjectClosure* filter = NULL) NOT_SERVICES_RETURN_(0);
   static void find_instances_at_safepoint(Klass* k, GrowableArray<oop>* result) NOT_SERVICES_RETURN;
  private:
   void iterate_over_heap(KlassInfoTable* cit, BoolObjectClosure* filter = NULL);