src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp

changeset 1040
98cb887364d3
parent 704
850fdf70db2b
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -78,7 +78,7 @@
     1.4    }
     1.5  
     1.6    // Card marks are not precise. The current system can leave us with
     1.7 -  // a mismash of precise marks and begining of object marks. This means
     1.8 +  // a mismash of precise marks and beginning of object marks. This means
     1.9    // we test for missing precise marks first. If any are found, we don't
    1.10    // fail unless the object head is also unmarked.
    1.11    virtual void do_object(oop obj) {
    1.12 @@ -258,7 +258,7 @@
    1.13      if (!start_array->object_starts_in_range(slice_start, slice_end)) {
    1.14        continue;
    1.15      }
    1.16 -    // Update our begining addr
    1.17 +    // Update our beginning addr
    1.18      HeapWord* first_object = start_array->object_start(slice_start);
    1.19      debug_only(oop* first_object_within_slice = (oop*) first_object;)
    1.20      if (first_object < slice_start) {

mercurial