src/share/vm/memory/blockOffsetTable.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/blockOffsetTable.cpp	Wed Jan 15 01:41:47 2014
--- new/src/share/vm/memory/blockOffsetTable.cpp	Wed Jan 15 01:41:47 2014

*** 588,598 **** --- 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. ! // 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