< prev index next >

src/hotspot/share/memory/metaspace.cpp

Print this page

        

*** 614,624 **** out->cr(); out->print_cr("Usage per loader:"); out->cr(); } ! ClassLoaderDataGraph::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:"); --- 614,624 ---- out->cr(); out->print_cr("Usage per loader:"); out->cr(); } ! 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 >