Searched refs:full_collects_younger_generations (Results 1 - 4 of 4) sorted by relevance
/openjdk7/hotspot/src/share/vm/memory/ | ||
H A D | tenuredGeneration.hpp | 78 virtual bool full_collects_younger_generations() const { function in class:TenuredGeneration |
H A D | generation.hpp | 345 virtual bool full_collects_younger_generations() const { return false; } function in class:Generation |
H A D | genCollectedHeap.cpp | 493 if (_gens[i]->full_collects_younger_generations()) { |
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ | ||
H A D | concurrentMarkSweepGeneration.hpp | 1190 virtual bool full_collects_younger_generations() const { function in class:ConcurrentMarkSweepGeneration |
Completed in 84 milliseconds