< prev index next >

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

Print this page

        

*** 90,100 **** assert(_curr_index < _length, "pre-condition"); assert(regions_at(_curr_index) == hr, "pre-condition"); regions_at_put(_curr_index, NULL); assert(hr->reclaimable_bytes() <= _remaining_reclaimable_bytes, err_msg("remaining reclaimable bytes inconsistent " ! "from region: "SIZE_FORMAT" remaining: "SIZE_FORMAT, hr->reclaimable_bytes(), _remaining_reclaimable_bytes)); _remaining_reclaimable_bytes -= hr->reclaimable_bytes(); _curr_index += 1; } --- 90,100 ---- assert(_curr_index < _length, "pre-condition"); assert(regions_at(_curr_index) == hr, "pre-condition"); regions_at_put(_curr_index, NULL); assert(hr->reclaimable_bytes() <= _remaining_reclaimable_bytes, err_msg("remaining reclaimable bytes inconsistent " ! "from region: " SIZE_FORMAT " remaining: " SIZE_FORMAT, hr->reclaimable_bytes(), _remaining_reclaimable_bytes)); _remaining_reclaimable_bytes -= hr->reclaimable_bytes(); _curr_index += 1; }
< prev index next >