< prev index next >

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

Print this page

        

*** 147,158 **** // address. u_char* _offset_array; // byte array keeping backwards offsets void check_offset(size_t offset, const char* msg) const { assert(offset <= N_words, ! "%s - " ! "offset: " SIZE_FORMAT ", N_words: %u", msg, offset, (uint)N_words); } // Bounds checking accessors: // For performance these have to devolve to array accesses in product builds. --- 147,157 ---- // address. u_char* _offset_array; // byte array keeping backwards offsets void check_offset(size_t offset, const char* msg) const { assert(offset <= N_words, ! "%s - offset: " SIZE_FORMAT ", N_words: %u", msg, offset, (uint)N_words); } // Bounds checking accessors: // For performance these have to devolve to array accesses in product builds.
< prev index next >