--- old/src/hotspot/share/classfile/dictionary.cpp 2018-06-13 19:36:48.271347134 -0400 +++ new/src/hotspot/share/classfile/dictionary.cpp 2018-06-13 19:36:46.911630329 -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()); verify_table(tempst.as_string()); }