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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcHeapSummary.hpp98 PSHeapSummary(VirtualSpaceSummary& heap_space, size_t heap_used, VirtualSpaceSummary old, SpaceSummary old_space, VirtualSpaceSummary young, SpaceSummary eden, SpaceSummary from, SpaceSummary to) : argument
99 GCHeapSummary(heap_space, heap_used), _old(old), _old_space(old_space), _young(young), _eden(eden), _from(from), _to(to) { }
102 const VirtualSpaceSummary& young() const { return _young; } function in class:PSHeapSummary
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp94 // gen is <= the page size for the rest of the heap (young + old gens).
143 // The main part of the heap (old gen + young gen) can often use a larger page
198 // Initial young gen size is 4 Mb
362 // The order of the generations is perm (low addr), old, young (high addr)
529 // cannot be satisfied from the young gen. This routine detects that condition;
531 // attempted from the young gen. The parameter 'addr' should be the result of
532 // that young gen allocation attempt.
577 // First level allocation failure, scavenge and allocate in young gen.
583 // Mark sweep and allocate in young generation.
592 // After mark sweep and young generatio
904 PSYoungGen* young = young_gen(); local
[all...]

Completed in 601 milliseconds