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

/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp117 size_t _max_survivor_size; member in class:DefNewGeneration
232 size_t max_survivor_size() const { return _max_survivor_size; }
H A DdefNewGeneration.cpp185 _max_survivor_size = compute_survivor_size(size, alignment);
186 _max_eden_size = size - (2*_max_survivor_size);
196 _from_counters = new CSpaceCounters("s0", 1, _max_survivor_size, _from_space,
198 _to_counters = new CSpaceCounters("s1", 2, _max_survivor_size, _to_space,

Completed in 33 milliseconds