src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp

changeset 5163
28e53b8db94f
parent 4489
ef1e11845e18
child 5166
7c5a1b62f53d
equal deleted inserted replaced
5161:10f759898d40 5163:28e53b8db94f
283 returnChunkToDictionary(fc); 283 returnChunkToDictionary(fc);
284 } else { 284 } else {
285 _bt.verify_not_unallocated((HeapWord*)fc, fc->size()); 285 _bt.verify_not_unallocated((HeapWord*)fc, fc->size());
286 _indexedFreeList[mr.word_size()].return_chunk_at_head(fc); 286 _indexedFreeList[mr.word_size()].return_chunk_at_head(fc);
287 } 287 }
288 coalBirth(mr.word_size());
288 } 289 }
289 _promoInfo.reset(); 290 _promoInfo.reset();
290 _smallLinearAllocBlock._ptr = NULL; 291 _smallLinearAllocBlock._ptr = NULL;
291 _smallLinearAllocBlock._word_size = 0; 292 _smallLinearAllocBlock._word_size = 0;
292 } 293 }

mercurial