src/share/vm/gc/g1/g1ConcurrentMark.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/gc/g1/g1ConcurrentMark.hpp

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

Print this page

        

*** 1033,1042 **** public: // The header and footer are printed in the constructor and // destructor respectively. G1PrintRegionLivenessInfoClosure(const char* phase_name); ! virtual bool doHeapRegion(HeapRegion* r); ~G1PrintRegionLivenessInfoClosure(); }; #endif // SHARE_VM_GC_G1_G1CONCURRENTMARK_HPP --- 1033,1042 ---- public: // The header and footer are printed in the constructor and // destructor respectively. G1PrintRegionLivenessInfoClosure(const char* phase_name); ! virtual void doHeapRegion(HeapRegion* r); ~G1PrintRegionLivenessInfoClosure(); }; #endif // SHARE_VM_GC_G1_G1CONCURRENTMARK_HPP
src/share/vm/gc/g1/g1ConcurrentMark.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File