src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp

Print this page
rev 6805 : imported patch commit-uncommit-within-heap
rev 6807 : imported patch bengt-suggestions
rev 6808 : imported patch mikael-review-2

*** 47,58 **** } } #define check_index(index, msg) \ assert((index) < (_reserved.word_size() >> LogN_words), \ ! err_msg("%s - " \ ! "index: " SIZE_FORMAT ", _vs.committed_size: " SIZE_FORMAT, \ msg, (index), (_reserved.word_size() >> LogN_words))); \ assert(G1CollectedHeap::heap()->is_in_exact(address_for_index_raw(index)), \ err_msg("Index "SIZE_FORMAT" corresponding to "PTR_FORMAT \ " (%u) is not in committed area.", \ (index), \ --- 47,57 ---- } } #define check_index(index, msg) \ assert((index) < (_reserved.word_size() >> LogN_words), \ ! err_msg("%s - index: "SIZE_FORMAT", _vs.committed_size: "SIZE_FORMAT, \ msg, (index), (_reserved.word_size() >> LogN_words))); \ assert(G1CollectedHeap::heap()->is_in_exact(address_for_index_raw(index)), \ err_msg("Index "SIZE_FORMAT" corresponding to "PTR_FORMAT \ " (%u) is not in committed area.", \ (index), \