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

/openjdk9/hotspot/src/share/vm/gc/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
/openjdk9/hotspot/src/share/vm/gc/shared/
H A DgcTraceSend.cpp218 e.set_cSetRegions(info->collectionset_regions());

Completed in 43 milliseconds