< prev index next >

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

Print this page

        

*** 89,99 **** return card_num; } jbyte* card_num_2_ptr(size_t card_num) { assert(card_num < _reserved_max_card_num, ! err_msg("card num out of range: "SIZE_FORMAT, card_num)); return (jbyte*) (_ct_bot + card_num); } // Clear the counts table for the given (exclusive) index range. void clear_range(size_t from_card_num, size_t to_card_num); --- 89,99 ---- return card_num; } jbyte* card_num_2_ptr(size_t card_num) { assert(card_num < _reserved_max_card_num, ! err_msg("card num out of range: " SIZE_FORMAT, card_num)); return (jbyte*) (_ct_bot + card_num); } // Clear the counts table for the given (exclusive) index range. void clear_range(size_t from_card_num, size_t to_card_num);
< prev index next >