< prev index next >

src/hotspot/share/memory/heapInspection.cpp

Print this page

        

*** 601,611 **** // populate table with object allocation info uintx missed_count = populate_table(&cit, NULL, parallel_thread_num); if (missed_count != 0) { log_info(gc, classhisto)("WARNING: Ran out of C-heap; undercounted " UINTX_FORMAT " total instances in data below", ! (uintx)missed_count); } // Sort and print klass instance info KlassInfoHisto histo(&cit); HistoClosure hc(&histo); --- 601,611 ---- // populate table with object allocation info uintx missed_count = populate_table(&cit, NULL, parallel_thread_num); if (missed_count != 0) { log_info(gc, classhisto)("WARNING: Ran out of C-heap; undercounted " UINTX_FORMAT " total instances in data below", ! missed_count); } // Sort and print klass instance info KlassInfoHisto histo(&cit); HistoClosure hc(&histo);
< prev index next >