Searched refs:update_young_capacity (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcAdaptivePolicyCounters.hpp178 inline void update_young_capacity(size_t size_in_bytes) { function in class:GCAdaptivePolicyCounters
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp602 counters->update_young_capacity(capacity());
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp328 heap->gc_policy_counters()->update_young_capacity(
H A DpsScavenge.cpp533 counters->update_young_capacity(young_gen->capacity_in_bytes());
H A DpsParallelCompact.cpp2210 counters->update_young_capacity(young_gen->capacity_in_bytes());

Completed in 63 milliseconds