src/share/vm/memory/blockOffsetTable.cpp

changeset 9327
f96fcd9e1e1b
parent 6680
78bbf4d43a14
child 9448
73d689add964
     1.1 --- a/src/share/vm/memory/blockOffsetTable.cpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/share/vm/memory/blockOffsetTable.cpp	Thu Jun 14 09:15:08 2018 -0700
     1.3 @@ -560,7 +560,7 @@
     1.4      q = n;
     1.5      n += _sp->block_size(n);
     1.6      assert(n > q,
     1.7 -           err_msg("Looping at n = " PTR_FORMAT " with last = " PTR_FORMAT","
     1.8 +           err_msg("Looping at n = " PTR_FORMAT " with last = " PTR_FORMAT ","
     1.9                     " while querying blk_start(" PTR_FORMAT ")"
    1.10                     " on _sp = [" PTR_FORMAT "," PTR_FORMAT ")",
    1.11                     p2i(n), p2i(last), p2i(addr), p2i(_sp->bottom()), p2i(_sp->end())));

mercurial