< prev index next >

src/share/vm/gc/shared/blockOffsetTable.hpp

Print this page

        

*** 246,256 **** ////////////////////////////////////////////////////////////////////////// // The BlockOffsetArray whose subtypes use the BlockOffsetSharedArray. ////////////////////////////////////////////////////////////////////////// class BlockOffsetArray: public BlockOffsetTable { friend class VMStructs; ! friend class G1BlockOffsetArray; // temp. until we restructure and cleanup protected: // The following enums are used by do_block_internal() below enum Action { Action_single, // BOT records a single block (see single_block()) Action_mark, // BOT marks the start of a block (see mark_block()) --- 246,256 ---- ////////////////////////////////////////////////////////////////////////// // The BlockOffsetArray whose subtypes use the BlockOffsetSharedArray. ////////////////////////////////////////////////////////////////////////// class BlockOffsetArray: public BlockOffsetTable { friend class VMStructs; ! friend class G1BlockOffsetTablePart; // temp. until we restructure and cleanup protected: // The following enums are used by do_block_internal() below enum Action { Action_single, // BOT records a single block (see single_block()) Action_mark, // BOT marks the start of a block (see mark_block())
< prev index next >