src/share/vm/memory/blockOffsetTable.cpp

changeset 1844
cff162798819
parent 777
37f87013dfd8
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/memory/blockOffsetTable.cpp	Tue Apr 27 18:13:47 2010 -0700
     1.2 +++ b/src/share/vm/memory/blockOffsetTable.cpp	Sun Oct 11 16:19:25 2009 -0700
     1.3 @@ -689,7 +689,7 @@
     1.4    assert(blk_end > _next_offset_threshold,
     1.5           "should be past threshold");
     1.6    assert(blk_start <= _next_offset_threshold,
     1.7 -         "blk_start should be at or before threshold")
     1.8 +         "blk_start should be at or before threshold");
     1.9    assert(pointer_delta(_next_offset_threshold, blk_start) <= N_words,
    1.10           "offset should be <= BlockOffsetSharedArray::N");
    1.11    assert(Universe::heap()->is_in_reserved(blk_start),

mercurial