--- old/src/hotspot/share/classfile/classLoaderData.cpp 2019-09-26 22:29:51.498950906 +0800 +++ new/src/hotspot/share/classfile/classLoaderData.cpp 2019-09-26 22:29:51.350945752 +0800 @@ -1276,7 +1276,7 @@ } } -void ClassLoaderDataGraph::print_dictionary_statistics(outputStream* st) { +void ClassLoaderDataGraph::print_table_statistics(outputStream* st) { FOR_ALL_DICTIONARY(cld) { ResourceMark rm; stringStream tempst;