--- old/src/hotspot/share/classfile/classLoaderDataGraph.cpp 2019-05-02 12:06:48.000000000 -0500 +++ new/src/hotspot/share/classfile/classLoaderDataGraph.cpp 2019-05-02 12:06:47.000000000 -0500 @@ -442,7 +442,7 @@ } } -void ClassLoaderDataGraph::print_dictionary_statistics(outputStream* st) { +void ClassLoaderDataGraph::print_table_statistics(outputStream* st) { FOR_ALL_DICTIONARY(cld) { ResourceMark rm; stringStream tempst;