index

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

Print this page
rev 7184 : 6979279
rev 7185 : [mq]: rev1

@@ -61,10 +61,11 @@
 
   int          _hot_cache_size;
   int          _n_hot;
   int          _hot_cache_idx;
 
+  int          _hot_cache_par_chunk_size;
   volatile int _hot_cache_par_claimed_idx;
 
   bool         _use_cache;
 
   G1CardCounts _card_counts;
index