src/share/vm/memory/blockOffsetTable.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/memory/blockOffsetTable.cpp

src/share/vm/memory/blockOffsetTable.cpp

Print this page
rev 5732 : [mq]: comments2

*** 588,598 **** return ub; } // Otherwise, find the block start using the table, but taking // care (cf block_start_unsafe() above) not to parse any objects/blocks ! // on the cards themsleves. size_t index = _array->index_for(addr); assert(_array->address_for_index(index) == addr, "arg should be start of card"); HeapWord* q = (HeapWord*)addr; --- 588,598 ---- return ub; } // Otherwise, find the block start using the table, but taking // care (cf block_start_unsafe() above) not to parse any objects/blocks ! // on the cards themselves. size_t index = _array->index_for(addr); assert(_array->address_for_index(index) == addr, "arg should be start of card"); HeapWord* q = (HeapWord*)addr;
src/share/vm/memory/blockOffsetTable.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File