< prev index next >

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

Print this page
rev 13284 : imported patch 8184346-cleanup-g1cmbitmap
rev 13286 : imported patch 8184346-erikd-mgerdin-review

*** 80,90 **** #ifndef PRODUCT // Make sure that the given bitmap has no marked objects in the // range [from,limit). If it does, print an error message and return // false. Otherwise, just return true. bitmap_name should be "prev" // or "next". ! bool verify_no_bits_over_tams(const char* bitmap_name, G1CMBitMapRO* bitmap, HeapWord* from, HeapWord* limit); // Verify that the prev / next bitmap range [tams,end) for the given // region has no marks. Return true if all is well, false if errors // are detected. --- 80,90 ---- #ifndef PRODUCT // Make sure that the given bitmap has no marked objects in the // range [from,limit). If it does, print an error message and return // false. Otherwise, just return true. bitmap_name should be "prev" // or "next". ! bool verify_no_bits_over_tams(const char* bitmap_name, const G1CMBitMap* const bitmap, HeapWord* from, HeapWord* limit); // Verify that the prev / next bitmap range [tams,end) for the given // region has no marks. Return true if all is well, false if errors // are detected.
< prev index next >