Searched defs:limit_card (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp310 jbyte* limit_card = NULL; local
327 limit_card = cur; break;
332 if (limit_card != NULL) {
333 max_to_do = addr_for(limit_card);
334 assert(limit_card != NULL && max_to_do != NULL, "Error");
338 limit_card, max_to_do, last_block, last_block_size, (last_block+last_block_size));)
345 limit_card = last_card_of_last_obj;
347 assert(limit_card != NULL && max_to_do != NULL, "Error");
349 " Setting limit_card to " PTR_FORMAT
351 limit_card, last_bloc
[all...]

Completed in 30 milliseconds