< prev index next >

src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp

Print this page

        

*** 107,117 **** inline HeapWord* address_for_index_raw(size_t index) const { return _reserved.start() + (index << BOTConstants::LogN_words); } }; ! class G1BlockOffsetTablePart VALUE_OBJ_CLASS_SPEC { friend class G1BlockOffsetTable; friend class VMStructs; private: // allocation boundary at which offset array must be updated HeapWord* _next_offset_threshold; --- 107,117 ---- inline HeapWord* address_for_index_raw(size_t index) const { return _reserved.start() + (index << BOTConstants::LogN_words); } }; ! class G1BlockOffsetTablePart { friend class G1BlockOffsetTable; friend class VMStructs; private: // allocation boundary at which offset array must be updated HeapWord* _next_offset_threshold;
< prev index next >