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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DevacuationInfo.hpp34 size_t _collectionset_used_after; member in class:EvacuationInfo
41 _collectionset_used_after(0), _alloc_regions_used_before(0),
57 _collectionset_used_after += used;
75 size_t collectionset_used_after() { return _collectionset_used_after; }

Completed in 29 milliseconds