--- old/src/share/vm/memory/binaryTreeDictionary.hpp 2015-12-01 12:06:26.390930188 +0100 +++ new/src/share/vm/memory/binaryTreeDictionary.hpp 2015-12-01 12:06:26.290930191 +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; };