hotspot/src/share/vm/memory/binaryTreeDictionary.hpp
changeset 35061 be6025ebffea
parent 22884 5cadaf2c3f32
child 46630 75aa3e39d02c
--- a/hotspot/src/share/vm/memory/binaryTreeDictionary.hpp	Thu Dec 10 23:02:31 2015 +0000
+++ b/hotspot/src/share/vm/memory/binaryTreeDictionary.hpp	Thu Dec 10 14:57:55 2015 +0100
@@ -324,7 +324,7 @@
   void       clear_tree_census(void);
   // Print the statistics for all the lists in the tree.  Also may
   // print out summaries.
-  void       print_dict_census(void) const;
+  void       print_dict_census(outputStream* st) const;
   void       print_free_lists(outputStream* st) const;
 
   // For debugging.  Returns the sum of the _returned_bytes for
@@ -335,7 +335,7 @@
   // For debugging.  Return the total number of chunks in the dictionary.
   size_t     total_count()       PRODUCT_RETURN0;
 
-  void       report_statistics() const;
+  void       report_statistics(outputStream* st) const;
 
   void       verify() const;
 };