src/share/vm/gc_implementation/g1/g1HotCardCache.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 80060074 Cdiff src/share/vm/gc_implementation/g1/g1HotCardCache.cpp

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

Print this page

        

*** 51,61 **** } G1HotCardCache::~G1HotCardCache() { if (default_use_cache()) { assert(_hot_cache != NULL, "Logic"); ! FREE_C_HEAP_ARRAY(jbyte*, _hot_cache, mtGC); } } jbyte* G1HotCardCache::insert(jbyte* card_ptr) { uint count = _card_counts.add_card_count(card_ptr); --- 51,61 ---- } G1HotCardCache::~G1HotCardCache() { if (default_use_cache()) { assert(_hot_cache != NULL, "Logic"); ! FREE_C_HEAP_ARRAY(jbyte*, _hot_cache); } } jbyte* G1HotCardCache::insert(jbyte* card_ptr) { uint count = _card_counts.add_card_count(card_ptr);
src/share/vm/gc_implementation/g1/g1HotCardCache.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File