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

changeset 7345
a28b7832203a
parent 7234
4001310db3f5
child 7485
9fa3bf3043a2
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp	Tue Nov 11 10:48:06 2014 -0800
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp	Fri Nov 07 15:34:33 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