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

src/share/vm/memory/blockOffsetTable.hpp

Print this page
rev 5732 : [mq]: comments2

*** 422,432 **** public: BlockOffsetArrayNonContigSpace(BlockOffsetSharedArray* array, MemRegion mr): BlockOffsetArray(array, mr, false), _unallocated_block(_bottom) { } ! // accessor HeapWord* unallocated_block() const { assert(BlockOffsetArrayUseUnallocatedBlock, "_unallocated_block is not being maintained"); return _unallocated_block; } --- 422,432 ---- public: BlockOffsetArrayNonContigSpace(BlockOffsetSharedArray* array, MemRegion mr): BlockOffsetArray(array, mr, false), _unallocated_block(_bottom) { } ! // Accessor HeapWord* unallocated_block() const { assert(BlockOffsetArrayUseUnallocatedBlock, "_unallocated_block is not being maintained"); return _unallocated_block; }
src/share/vm/memory/blockOffsetTable.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File