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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DevacuationInfo.hpp44 void set_collectionset_regions(uint collectionset_regions) { argument
45 _collectionset_regions = collectionset_regions;
72 uint collectionset_regions() { return _collectionset_regions; } function in class:EvacuationInfo

Completed in 30 milliseconds