hotspot/src/share/vm/memory/blockOffsetTable.cpp
changeset 5402 c51fd0c1d005
parent 1374 4c24294029a9
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/memory/blockOffsetTable.cpp	Tue Apr 27 18:13:47 2010 -0700
+++ b/hotspot/src/share/vm/memory/blockOffsetTable.cpp	Sun Oct 11 16:19:25 2009 -0700
@@ -689,7 +689,7 @@
   assert(blk_end > _next_offset_threshold,
          "should be past threshold");
   assert(blk_start <= _next_offset_threshold,
-         "blk_start should be at or before threshold")
+         "blk_start should be at or before threshold");
   assert(pointer_delta(_next_offset_threshold, blk_start) <= N_words,
          "offset should be <= BlockOffsetSharedArray::N");
   assert(Universe::heap()->is_in_reserved(blk_start),