src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
changeset 48890 f9884e190f2b
parent 48889 216c2aabbf1f
child 48969 7eb296a8ce2c
equal deleted inserted replaced
48889:216c2aabbf1f 48890:f9884e190f2b
   846 
   846 
   847 public:
   847 public:
   848   // The header and footer are printed in the constructor and
   848   // The header and footer are printed in the constructor and
   849   // destructor respectively.
   849   // destructor respectively.
   850   G1PrintRegionLivenessInfoClosure(const char* phase_name);
   850   G1PrintRegionLivenessInfoClosure(const char* phase_name);
   851   virtual bool do_heap_region(HeapRegion* r);
   851   virtual bool doHeapRegion(HeapRegion* r);
   852   ~G1PrintRegionLivenessInfoClosure();
   852   ~G1PrintRegionLivenessInfoClosure();
   853 };
   853 };
   854 
   854 
   855 #endif // SHARE_VM_GC_G1_G1CONCURRENTMARK_HPP
   855 #endif // SHARE_VM_GC_G1_G1CONCURRENTMARK_HPP