< prev index next >

src/hotspot/share/classfile/classLoaderData.cpp

Print this page

        

*** 1252,1270 **** Handle holder(thread, cld->holder_phantom()); cld->dictionary()->classes_do(f, CHECK); } } - // Walks all entries in the dictionary including entries initiated by this class loader. - void ClassLoaderDataGraph::dictionary_all_entries_do(void f(InstanceKlass*, ClassLoaderData*)) { - Thread* thread = Thread::current(); - FOR_ALL_DICTIONARY(cld) { - Handle holder(thread, cld->holder_phantom()); - cld->dictionary()->all_entries_do(f); - } - } - void ClassLoaderDataGraph::verify_dictionary() { FOR_ALL_DICTIONARY(cld) { cld->dictionary()->verify(); } } --- 1252,1261 ----
< prev index next >