src/share/vm/memory/binaryTreeDictionary.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/binaryTreeDictionary.hpp	Wed Jan 15 01:41:46 2014
--- new/src/share/vm/memory/binaryTreeDictionary.hpp	Wed Jan 15 01:41:46 2014

*** 320,330 **** --- 320,330 ---- // Accessors for statistics void set_tree_surplus(double splitSurplusPercent); void set_tree_hints(void); // Reset statistics for all the lists in the tree. void clear_tree_census(void); ! // Print the statistcis for all the lists in the tree. Also may ! // Print the statistics for all the lists in the tree. Also may // print out summaries. void print_dict_census(void) const; void print_free_lists(outputStream* st) const; // For debugging. Returns the sum of the _returned_bytes for

src/share/vm/memory/binaryTreeDictionary.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File