This commit is contained in:
Bengt Rutisson 2013-05-21 10:39:09 +02:00
commit 67fdf410da

View File

@ -285,6 +285,7 @@ void CompactibleFreeListSpace::reset(MemRegion mr) {
_bt.verify_not_unallocated((HeapWord*)fc, fc->size()); _bt.verify_not_unallocated((HeapWord*)fc, fc->size());
_indexedFreeList[mr.word_size()].return_chunk_at_head(fc); _indexedFreeList[mr.word_size()].return_chunk_at_head(fc);
} }
coalBirth(mr.word_size());
} }
_promoInfo.reset(); _promoInfo.reset();
_smallLinearAllocBlock._ptr = NULL; _smallLinearAllocBlock._ptr = NULL;