< prev index next >

src/hotspot/share/classfile/dictionary.cpp

Print this page

        

*** 639,646 **** cld->class_loader()->is_instance(), "checking type of class_loader"); ResourceMark rm; stringStream tempst; ! tempst.print("System Dictionary for %s", cld->loader_name()); verify_table<DictionaryEntry>(tempst.as_string()); } --- 639,646 ---- cld->class_loader()->is_instance(), "checking type of class_loader"); ResourceMark rm; stringStream tempst; ! tempst.print("System Dictionary for %s class loader", cld->loader_name_and_id()); verify_table<DictionaryEntry>(tempst.as_string()); }
< prev index next >