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

changeset 6552
8847586c9037
parent 5078
194f52aa2f23
child 6876
710a3c8b516e
child 7051
1f1d373cd044
equal deleted inserted replaced
6551:81d7a4b28dc5 6552:8847586c9037
97 // the evicted card is then returned for refinement. 97 // the evicted card is then returned for refinement.
98 jbyte* insert(jbyte* card_ptr); 98 jbyte* insert(jbyte* card_ptr);
99 99
100 // Refine the cards that have delayed as a result of 100 // Refine the cards that have delayed as a result of
101 // being in the cache. 101 // being in the cache.
102 void drain(int worker_i, G1RemSet* g1rs, DirtyCardQueue* into_cset_dcq); 102 void drain(uint worker_i, G1RemSet* g1rs, DirtyCardQueue* into_cset_dcq);
103 103
104 // Set up for parallel processing of the cards in the hot cache 104 // Set up for parallel processing of the cards in the hot cache
105 void reset_hot_cache_claimed_index() { 105 void reset_hot_cache_claimed_index() {
106 _hot_cache_par_claimed_idx = 0; 106 _hot_cache_par_claimed_idx = 0;
107 } 107 }

mercurial