< prev index next >

src/hotspot/share/memory/metaspace.cpp

Print this page

        

@@ -614,11 +614,11 @@
     out->cr();
     out->print_cr("Usage per loader:");
     out->cr();
   }
 
-  ClassLoaderDataGraph::cld_do(&cl); // collect data and optionally print
+  ClassLoaderDataGraph::loaded_cld_do(&cl); // collect data and optionally print
 
   // Print totals, broken up by space type.
   if (print_by_spacetype) {
     out->cr();
     out->print_cr("Usage per space type:");
< prev index next >