< prev index next >

src/hotspot/share/gc/g1/g1HotCardCache.hpp

Print this page
rev 56302 : [mq]: 8231189-worker_i-renamings

*** 111,121 **** // the evicted card is then returned for refinement. CardValue* insert(CardValue* card_ptr); // Refine the cards that have delayed as a result of // being in the cache. ! void drain(G1CardTableEntryClosure* cl, uint worker_i); // Set up for parallel processing of the cards in the hot cache void reset_hot_cache_claimed_index() { _hot_cache_par_claimed_idx = 0; } --- 111,121 ---- // the evicted card is then returned for refinement. CardValue* insert(CardValue* card_ptr); // Refine the cards that have delayed as a result of // being in the cache. ! void drain(G1CardTableEntryClosure* cl, uint worker_id); // Set up for parallel processing of the cards in the hot cache void reset_hot_cache_claimed_index() { _hot_cache_par_claimed_idx = 0; }
< prev index next >