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

Print this page

        

*** 743,752 **** --- 743,755 ---- // full GC. void verify(VerifyOption vo, bool *failures) const; // Override; it uses the "prev" marking information virtual void verify() const; + + void verify_rem_set(VerifyOption vo, bool *failures) const; + void verify_rem_set() const; }; // HeapRegionClosure is used for iterating over regions. // Terminates the iteration when the "doHeapRegion" method returns "true". class HeapRegionClosure : public StackObj {