comparison src/share/vm/gc_implementation/g1/g1HotCardCache.hpp @ 17844:8847586c9037

8016302: Change type of the number of GC workers to unsigned int (2) Reviewed-by: tschatzl, jwilhelm
author vkempik
date Thu, 03 Apr 2014 17:49:31 +0400
parents 194f52aa2f23
children 1f1d373cd044
comparison
equal deleted inserted replaced
17843:81d7a4b28dc5 17844: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 }