src/share/vm/gc_implementation/parallelScavenge/objectStartArray.hpp

changeset 1040
98cb887364d3
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/objectStartArray.hpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/objectStartArray.hpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -127,7 +127,7 @@
     1.4    // Optimized for finding the first object that crosses into
     1.5    // a given block. The blocks contain the offset of the last
     1.6    // object in that block. Scroll backwards by one, and the first
     1.7 -  // object hit should be at the begining of the block
     1.8 +  // object hit should be at the beginning of the block
     1.9    HeapWord* object_start(HeapWord* addr) const {
    1.10      assert(_covered_region.contains(addr), "Must be in covered region");
    1.11      jbyte* block = block_for_addr(addr);

mercurial