< prev index next >

src/share/vm/gc/g1/g1HotCardCache.cpp

Print this page

        

*** 110,121 **** // The only time we care about recording cards that contain // references that point into the collection set is during // RSet updating while within an evacuation pause. // In this case worker_i should be the id of a GC worker thread assert(SafepointSynchronize::is_at_safepoint(), "Should be at a safepoint"); ! assert(worker_i < ParallelGCThreads, ! err_msg("incorrect worker id: %u", worker_i)); into_cset_dcq->enqueue(card_ptr); } } else { break; --- 110,120 ---- // The only time we care about recording cards that contain // references that point into the collection set is during // RSet updating while within an evacuation pause. // In this case worker_i should be the id of a GC worker thread assert(SafepointSynchronize::is_at_safepoint(), "Should be at a safepoint"); ! assert(worker_i < ParallelGCThreads, "incorrect worker id: %u", worker_i); into_cset_dcq->enqueue(card_ptr); } } else { break;
< prev index next >