< prev index next >

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

Print this page

        

*** 23,35 **** */ #ifndef SHARE_GC_G1_G1INITLOGGER_HPP #define SHARE_GC_G1_G1INITLOGGER_HPP ! #include "gc/shared/initLogger.hpp" ! class G1InitLogger : public InitLogger { protected: virtual void print_heap(); virtual void print_workers(); public: --- 23,35 ---- */ #ifndef SHARE_GC_G1_G1INITLOGGER_HPP #define SHARE_GC_G1_G1INITLOGGER_HPP ! #include "gc/shared/gcInitLogger.hpp" ! class G1InitLogger : public GCInitLogger { protected: virtual void print_heap(); virtual void print_workers(); public:
< prev index next >