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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DcardTableExtension.cpp314 jbyte* ending_card_of_last_object = byte_for(end_of_last_object); local
315 assert(ending_card_of_last_object <= worker_end_card, "ending_card_of_last_object is greater than worker_end_card");
316 if (ending_card_of_last_object > current_card) {
318 // We need to bump the current_card to ending_card_of_last_object
319 current_card = ending_card_of_last_object;

Completed in 31 milliseconds