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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DcardTableExtension.cpp186 jbyte* top_card = CardTableModRefBS::byte_for(top - 1); // top is exclusive local
187 if (top_card > first_clean_card) {
189 current_card = top_card + 1;
190 if (card_is_clean(*top_card)) {
192 first_clean_card = top_card;
199 assert(first_clean_card == top_card, "just checking");

Completed in 31 milliseconds