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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp284 // _max_survivor_regions will be calculated by
286 _max_survivor_regions = 0;
1388 return _max_survivor_regions;
1418 _max_survivor_regions = (uint) ceil(max_survivor_regions_d);
1421 HeapRegion::GrainWords * _max_survivor_regions);
H A Dg1CollectorPolicy.hpp862 uint _max_survivor_regions; member in class:G1CollectorPolicy

Completed in 94 milliseconds