--- old/src/hotspot/share/classfile/dictionary.cpp 2018-06-15 15:15:34.730551784 -0400 +++ new/src/hotspot/share/classfile/dictionary.cpp 2018-06-15 15:15:33.364626984 -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(tempst.as_string()); }