src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp

changeset 4668
3c9db54c2660
parent 4153
b9a9ed0f8eeb
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp	Tue Feb 26 14:09:52 2013 +0100
     1.2 +++ b/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp	Tue Feb 26 08:54:03 2013 -0800
     1.3 @@ -373,6 +373,8 @@
     1.4                           " does not exceed used.end() = " PTR_FORMAT ","
     1.5                           " yet last_chunk_index_to_check " INTPTR_FORMAT
     1.6                           " exceeds last_chunk_index " INTPTR_FORMAT,
     1.7 +                         last_block, last_block + last_block_size,
     1.8 +                         used.end(),
     1.9                           last_chunk_index_to_check, last_chunk_index));
    1.10            assert(sp->used_region().end() > used.end(),
    1.11                   err_msg("Expansion did not happen: "

mercurial