Searched refs:younger (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DgenRemSet.hpp31 // (This is especially useful for older-to-younger.)
72 // 2) that point to objects in younger generations.
117 // younger generations.
121 // younger than gen from generations gen and older.
136 // younger indicates if the same should be done for younger generations
139 virtual void invalidate_or_clear(Generation* gen, bool younger, bool perm) = 0;
H A DcardTableRS.hpp117 // responsible for dirtying if the oop is still older-to-younger after
131 // a younger card in the current collection.
149 void invalidate_or_clear(Generation* gen, bool younger, bool perm);
H A DcardTableRS.cpp237 // prev-younger-gen ==> cur_youngergen_and_prev_nonclean_card
238 // cur-younger-gen ==> cur_younger_gen
303 // Generations younger than gen have been evacuated. We can clear
305 // to younger gens) and for those below. The card tables for
327 void CardTableRS::invalidate_or_clear(Generation* gen, bool younger, argument
330 // For each generation gen (and younger and/or perm)
346 if (!younger) break;
412 // Normally, we're interested in pointers to younger generations.
523 // we can never have a younger ref in such a card and it is
530 // cases to consider where we have a stale "younger ge
[all...]

Completed in 32 milliseconds