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

changeset 1040
98cb887364d3
parent 969
5cfd8d19e546
child 1063
7bb995fbd3c0
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -4178,7 +4178,7 @@
     1.4      // and is deferred for now; see CR# TBF. 07252005YSR. XXX
     1.5      assert(!CMSAbortSemantics || tsk.aborted(), "Inconsistency");
     1.6      // If _restart_addr is non-NULL, a marking stack overflow
     1.7 -    // occured; we need to do a fresh marking iteration from the
     1.8 +    // occurred; we need to do a fresh marking iteration from the
     1.9      // indicated restart address.
    1.10      if (_foregroundGCIsActive && asynch) {
    1.11        // We may be running into repeated stack overflows, having
    1.12 @@ -4221,7 +4221,7 @@
    1.13    // should be incremental with periodic yields.
    1.14    _markBitMap.iterate(&markFromRootsClosure);
    1.15    // If _restart_addr is non-NULL, a marking stack overflow
    1.16 -  // occured; we need to do a fresh iteration from the
    1.17 +  // occurred; we need to do a fresh iteration from the
    1.18    // indicated restart address.
    1.19    while (_restart_addr != NULL) {
    1.20      if (_foregroundGCIsActive && asynch) {

mercurial