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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1830 CollectionSetChooser* cset_chooser = _collectionSetChooser; local
1831 if (cset_chooser->is_empty()) {
1839 size_t reclaimable_bytes = cset_chooser->remaining_reclaimable_bytes();
1849 cset_chooser->remaining_regions(),
1861 cset_chooser->remaining_regions(),
1978 CollectionSetChooser* cset_chooser = _collectionSetChooser; local
1979 cset_chooser->verify();
1986 HeapRegion* hr = cset_chooser->peek();
2002 size_t reclaimable_bytes = cset_chooser->remaining_reclaimable_bytes();
2064 cset_chooser
[all...]

Completed in 39 milliseconds