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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1414 double max_survivor_regions_d = local
1416 // We use ceiling so that if max_survivor_regions_d is > 0.0 (but
1418 _max_survivor_regions = (uint) ceil(max_survivor_regions_d);

Completed in 88 milliseconds