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

/openjdk9/hotspot/src/share/vm/gc/g1/
H A DevacuationInfo.hpp31 uint _collectionset_regions; member in class:EvacuationInfo
40 EvacuationInfo() : _collectionset_regions(0), _allocation_regions(0), _collectionset_used_before(0),
45 _collectionset_regions = collectionset_regions;
72 uint collectionset_regions() { return _collectionset_regions; }

Completed in 31 milliseconds