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

changeset 7485
9fa3bf3043a2
parent 7476
c2844108a708
parent 7345
a28b7832203a
child 7535
7ae4e26cb1e0
child 9793
7386b3a385ac
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp	Wed Nov 19 12:52:56 2014 -0800
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp	Wed Nov 26 08:14:21 2014 -0800
     1.3 @@ -2641,7 +2641,7 @@
     1.4    // Get the #blocks we want to claim
     1.5    size_t n_blks = (size_t)_blocks_to_claim[word_sz].average();
     1.6    assert(n_blks > 0, "Error");
     1.7 -  assert(ResizePLAB || n_blks == OldPLABSize, "Error");
     1.8 +  assert(ResizeOldPLAB || n_blks == OldPLABSize, "Error");
     1.9    // In some cases, when the application has a phase change,
    1.10    // there may be a sudden and sharp shift in the object survival
    1.11    // profile, and updating the counts at the end of a scavenge

mercurial