src/hotspot/share/classfile/dictionary.cpp
changeset 50634 c349d409262a
parent 50429 83aec1d357d4
child 51334 cc2c79d22508
--- a/src/hotspot/share/classfile/dictionary.cpp	Fri Jun 15 12:31:28 2018 +0200
+++ b/src/hotspot/share/classfile/dictionary.cpp	Tue Jun 19 07:54:11 2018 -0400
@@ -641,6 +641,6 @@
 
   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());
 }