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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DageTable.cpp81 int ageTable::compute_tenuring_threshold(size_t survivor_capacity) { argument
82 size_t desired_survivor_size = (size_t)((((double) survivor_capacity)*TargetSurvivorRatio)/100);

Completed in 1988 milliseconds