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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp366 uintptr_t last_chunk_index_to_check = addr_to_chunk_index(last_block + last_block_size - 1) local
370 if (last_chunk_index_to_check > last_chunk_index) {
374 " yet last_chunk_index_to_check " INTPTR_FORMAT
378 last_chunk_index_to_check, last_chunk_index));
384 last_chunk_index_to_check = last_chunk_index;
387 lnc_index <= last_chunk_index_to_check;

Completed in 30 milliseconds