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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DcardTableExtension.cpp323 jbyte* following_clean_card = current_card; local
344 oop* to = (oop*)addr_for(following_clean_card);
356 if (following_clean_card >= worker_end_card-1)
357 following_clean_card = worker_end_card-1;
359 while (first_unclean_card < following_clean_card) {
385 // "current_card" is still the "following_clean_card" or
388 assert((current_card == following_clean_card) ||
391 "following_clean_card");

Completed in 33 milliseconds