< prev index next >

src/hotspot/share/classfile/classLoaderDataGraph.cpp

Print this page

        

*** 440,450 **** cld->dictionary()->print_on(st); st->cr(); } } ! void ClassLoaderDataGraph::print_dictionary_statistics(outputStream* st) { FOR_ALL_DICTIONARY(cld) { ResourceMark rm; stringStream tempst; tempst.print("System Dictionary for %s class loader", cld->loader_name_and_id()); cld->dictionary()->print_table_statistics(st, tempst.as_string()); --- 440,450 ---- cld->dictionary()->print_on(st); st->cr(); } } ! void ClassLoaderDataGraph::print_table_statistics(outputStream* st) { FOR_ALL_DICTIONARY(cld) { ResourceMark rm; stringStream tempst; tempst.print("System Dictionary for %s class loader", cld->loader_name_and_id()); cld->dictionary()->print_table_statistics(st, tempst.as_string());
< prev index next >