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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp377 FreeRegionList _cleanup_list; member in class:ConcurrentMark
484 return _cleanup_list.is_empty();
H A DconcurrentMark.cpp422 _cleanup_list("Cleanup List"),
1755 FreeRegionList* _cleanup_list; member in class:G1ParNoteEndTask
1761 _max_live_bytes(0), _freed_bytes(0), _cleanup_list(cleanup_list) { }
1810 _cleanup_list->add_as_tail(&local_cleanup_list);
1943 G1ParNoteEndTask g1_par_note_end_task(g1h, &_cleanup_list);
2029 _cleanup_list.verify_optional();
2035 _cleanup_list.length());
2038 // Noone else should be accessing the _cleanup_list at this point,
2040 while (!_cleanup_list.is_empty()) {
2041 HeapRegion* hr = _cleanup_list
[all...]

Completed in 4778 milliseconds