--- old/src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp 2018-06-23 09:07:42.070873890 +0200 +++ new/src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp 2018-06-23 09:07:41.970873056 +0200 @@ -132,7 +132,7 @@ // a tree node. // To add a node we need its parent node; if the parent node does not yet // exist - because we have not yet encountered the CLD for the parent loader - - // we we add a preliminary empty LoaderTreeNode for it. This preliminary node + // we add a preliminary empty LoaderTreeNode for it. This preliminary node // just contains the loader oop and nothing else. Once we encounter the CLD of // this parent loader, we fill in all the other details. @@ -148,7 +148,7 @@ LoadedClassInfo* _anon_classes; int _num_anon_classes; - // In default view, similar tree nodes (same loader class, same or no name) + // In default view, similar tree nodes (same loader class, same name or no name) // are folded into each other to make the output more readable. // _num_folded contains the number of nodes which have been folded into this // one.