src/share/vm/memory/cardTableModRefBS.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7157141 Cdiff src/share/vm/memory/cardTableModRefBS.hpp

src/share/vm/memory/cardTableModRefBS.hpp

Print this page

        

*** 470,479 **** --- 470,482 ---- const jbyte* byte_for_index(const size_t card_index) const { return _byte_map + card_index; } + // Print a description of the memory for the barrier set + virtual void print_on(outputStream* st) const; + void verify(); void verify_guard(); // val_equals -> it will check that all cards covered by mr equal val // !val_equals -> it will check that all cards covered by mr do not equal val
src/share/vm/memory/cardTableModRefBS.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File