< prev index next >

src/hotspot/share/classfile/dictionary.cpp

Print this page

        

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