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

changeset 1063
7bb995fbd3c0
parent 1014
0fbdb4381b99
parent 1040
98cb887364d3
child 1114
cea947c8a988
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp	Mon Mar 09 13:34:00 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp	Thu Mar 12 18:16:36 2009 -0700
     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