< prev index next >

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

Print this page

        

*** 148,158 **** u_char* _offset_array; // byte array keeping backwards offsets void check_offset(size_t offset, const char* msg) const { assert(offset <= N_words, err_msg("%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. --- 148,158 ---- u_char* _offset_array; // byte array keeping backwards offsets void check_offset(size_t offset, const char* msg) const { assert(offset <= N_words, err_msg("%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 >