hotspot/src/share/vm/memory/blockOffsetTable.cpp
changeset 5402 c51fd0c1d005
parent 1374 4c24294029a9
child 5547 f4b087cbb361
equal deleted inserted replaced
5401:30bda607cb67 5402:c51fd0c1d005
   687   assert(blk_start != NULL && blk_end > blk_start,
   687   assert(blk_start != NULL && blk_end > blk_start,
   688          "phantom block");
   688          "phantom block");
   689   assert(blk_end > _next_offset_threshold,
   689   assert(blk_end > _next_offset_threshold,
   690          "should be past threshold");
   690          "should be past threshold");
   691   assert(blk_start <= _next_offset_threshold,
   691   assert(blk_start <= _next_offset_threshold,
   692          "blk_start should be at or before threshold")
   692          "blk_start should be at or before threshold");
   693   assert(pointer_delta(_next_offset_threshold, blk_start) <= N_words,
   693   assert(pointer_delta(_next_offset_threshold, blk_start) <= N_words,
   694          "offset should be <= BlockOffsetSharedArray::N");
   694          "offset should be <= BlockOffsetSharedArray::N");
   695   assert(Universe::heap()->is_in_reserved(blk_start),
   695   assert(Universe::heap()->is_in_reserved(blk_start),
   696          "reference must be into the heap");
   696          "reference must be into the heap");
   697   assert(Universe::heap()->is_in_reserved(blk_end-1),
   697   assert(Universe::heap()->is_in_reserved(blk_end-1),