< prev index next >

src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp

Print this page
rev 50725 : imported patch 8205531-vm.classloader-tree-folding
rev 50726 : [mq]: delta

@@ -130,11 +130,11 @@
 
   // We walk the CLDG and, for each CLD which is non-anonymous, add
   // 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.
 
   const oop _loader_oop;
   const ClassLoaderData* _cld;

@@ -146,11 +146,11 @@
   int _num_classes;
 
   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.
   int _num_folded;
 
< prev index next >