src/share/vm/gc/g1/g1ConcurrentMark.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc/g1/g1ConcurrentMark.hpp	Tue Mar  8 15:19:35 2016
--- new/src/share/vm/gc/g1/g1ConcurrentMark.hpp	Tue Mar  8 15:19:34 2016

*** 1033,1042 **** --- 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); ! 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