src/share/vm/gc_implementation/g1/g1HotCardCache.hpp

Print this page

        

*** 97,107 **** // the evicted card is then returned for refinement. jbyte* insert(jbyte* card_ptr); // Refine the cards that have delayed as a result of // being in the cache. ! void drain(int worker_i, G1RemSet* g1rs, DirtyCardQueue* into_cset_dcq); // Set up for parallel processing of the cards in the hot cache void reset_hot_cache_claimed_index() { _hot_cache_par_claimed_idx = 0; } --- 97,107 ---- // the evicted card is then returned for refinement. jbyte* insert(jbyte* card_ptr); // Refine the cards that have delayed as a result of // being in the cache. ! void drain(uint worker_i, G1RemSet* g1rs, DirtyCardQueue* into_cset_dcq); // Set up for parallel processing of the cards in the hot cache void reset_hot_cache_claimed_index() { _hot_cache_par_claimed_idx = 0; }