< prev index next >

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

Print this page
rev 7854 : [mq]: 8058446-use-arrayallocator-for-hcc

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