changeset 10332:5ed122fbd0ef

Merge
author brutisso
date Tue, 21 May 2013 10:39:09 +0200
parents 2b1a9d972fc2 (current diff) 28e53b8db94f (diff)
children 6702da6b6082
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp	Mon May 20 22:34:24 2013 -0700
+++ b/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp	Tue May 21 10:39:09 2013 +0200
@@ -285,6 +285,7 @@
       _bt.verify_not_unallocated((HeapWord*)fc, fc->size());
       _indexedFreeList[mr.word_size()].return_chunk_at_head(fc);
     }
+    coalBirth(mr.word_size());
   }
   _promoInfo.reset();
   _smallLinearAllocBlock._ptr = NULL;