< prev index next >

src/share/vm/gc/cms/compactibleFreeListSpace.cpp

Print this page

        

*** 509,520 **** LogStream out(log.debug()); _dictionary->report_statistics(&out); if (log.is_trace()) { ! ResourceMark rm; ! reportIndexedFreeListStatistics(log.trace_stream()); size_t total_size = totalSizeInIndexedFreeLists() + _dictionary->total_chunk_size(DEBUG_ONLY(freelistLock())); log.trace(" free=" SIZE_FORMAT " frag=%1.4f", total_size, flsFrag()); } } --- 509,520 ---- LogStream out(log.debug()); _dictionary->report_statistics(&out); if (log.is_trace()) { ! LogStream trace_out(log.trace()); ! reportIndexedFreeListStatistics(&trace_out); size_t total_size = totalSizeInIndexedFreeLists() + _dictionary->total_chunk_size(DEBUG_ONLY(freelistLock())); log.trace(" free=" SIZE_FORMAT " frag=%1.4f", total_size, flsFrag()); } }
< prev index next >