< prev index next >

src/share/vm/utilities/bitMap.hpp

Print this page
rev 13457 : [mq]: fix_popc_table

*** 112,122 **** // Verification. void verify_index(idx_t index) const NOT_DEBUG_RETURN; void verify_range(idx_t beg_index, idx_t end_index) const NOT_DEBUG_RETURN; // Statistics. ! static idx_t* _pop_count_table; static void init_pop_count_table(); static idx_t num_set_bits(bm_word_t w); static idx_t num_set_bits_from_table(unsigned char c); // Allocation Helpers. --- 112,122 ---- // Verification. void verify_index(idx_t index) const NOT_DEBUG_RETURN; void verify_range(idx_t beg_index, idx_t end_index) const NOT_DEBUG_RETURN; // Statistics. ! static const idx_t* _pop_count_table; static void init_pop_count_table(); static idx_t num_set_bits(bm_word_t w); static idx_t num_set_bits_from_table(unsigned char c); // Allocation Helpers.
< prev index next >