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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DcardTableExtension.cpp155 jbyte* first_clean_card; local
168 first_clean_card = end_card + 1;
173 first_clean_card = current_card++;
174 top = (oop*)addr_for(first_clean_card);
187 if (top_card > first_clean_card) {
192 first_clean_card = top_card;
199 assert(first_clean_card == top_card, "just checking");
205 while (first_nonclean_card < first_clean_card) {

Completed in 30 milliseconds