Searched refs:young_regions (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp3496 uint young_regions = _young_list->length(); local
3497 st->print("%u young (" SIZE_FORMAT "K), ", young_regions,
3498 (size_t) young_regions * HeapRegion::GrainBytes / K);

Completed in 1702 milliseconds