src/hotspot/share/gc/z/zPage.hpp
changeset 58815 a4cdca87152b
parent 58708 f74ec3cbfcc0
child 59039 c60978f87d45
equal deleted inserted replaced
58814:bfb419c66ae9 58815:a4cdca87152b
   110 
   110 
   111   void print_on(outputStream* out) const;
   111   void print_on(outputStream* out) const;
   112   void print() const;
   112   void print() const;
   113 };
   113 };
   114 
   114 
       
   115 class ZPageClosure {
       
   116 public:
       
   117   virtual void do_page(const ZPage* page) = 0;
       
   118 };
       
   119 
   115 #endif // SHARE_GC_Z_ZPAGE_HPP
   120 #endif // SHARE_GC_Z_ZPAGE_HPP