src/hotspot/share/classfile/classLoaderDataGraph.cpp
changeset 54764 865ec913f916
parent 54756 845f5a35241b
child 54807 33fe50b6d707
--- a/src/hotspot/share/classfile/classLoaderDataGraph.cpp	Wed May 08 20:57:12 2019 +0800
+++ b/src/hotspot/share/classfile/classLoaderDataGraph.cpp	Wed May 08 11:11:50 2019 -0500
@@ -443,7 +443,7 @@
   }
 }
 
-void ClassLoaderDataGraph::print_dictionary_statistics(outputStream* st) {
+void ClassLoaderDataGraph::print_table_statistics(outputStream* st) {
   FOR_ALL_DICTIONARY(cld) {
     ResourceMark rm;
     stringStream tempst;