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

changeset 5166
7c5a1b62f53d
parent 5119
12f651e29f6b
child 5237
f2110083203d
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp	Tue May 21 11:30:14 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp	Wed May 22 08:04:58 2013 +0200
     1.3 @@ -3381,7 +3381,6 @@
     1.4    assert_locked_or_safepoint(Heap_lock);
     1.5    bool result = _virtual_space.expand_by(bytes);
     1.6    if (result) {
     1.7 -    HeapWord* old_end = _cmsSpace->end();
     1.8      size_t new_word_size =
     1.9        heap_word_size(_virtual_space.committed_size());
    1.10      MemRegion mr(_cmsSpace->bottom(), new_word_size);

mercurial