< prev index next >

src/hotspot/share/gc/g1/g1InitLogger.hpp

Print this page

        

*** 29,39 **** class G1InitLogger : public GCInitLogger { protected: virtual void print_heap(); virtual void print_workers(); ! public: static void print(); }; #endif //SHARE_GC_G1_G1INITLOGGER_HPP --- 29,39 ---- class G1InitLogger : public GCInitLogger { protected: virtual void print_heap(); virtual void print_workers(); ! virtual void print_gc_specific(); public: static void print(); }; #endif //SHARE_GC_G1_G1INITLOGGER_HPP
< prev index next >