< prev index next >

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

Print this page
rev 10387 : 8151436: Leaner ArrayAllocator and BitMaps
Reviewed-by: tschatzl, pliden, kbarrett

*** 59,69 **** bool _use_cache; G1CardCounts _card_counts; - ArrayAllocator<jbyte*, mtGC> _hot_cache_memory; // The card cache table jbyte** _hot_cache; size_t _hot_cache_size; --- 59,68 ----
< prev index next >