Searched defs:_collection_set (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp483 HeapRegion* _collection_set; member in class:G1CollectorPolicy
730 HeapRegion* collection_set() { return _collection_set; }
732 void clear_collection_set() { _collection_set = NULL; }

Completed in 32 milliseconds