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

Print this page

        

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