< prev index next >

src/hotspot/share/gc/shared/collectorCounters.hpp

Print this page
*** 60,11 ***
      inline PerfVariable* last_exit_counter() const  { return _last_exit_time; }
  
      const char* name_space() const                  { return _name_space; }
  };
  
! class TraceCollectorStats: public PerfTraceTimedEvent {
  
    protected:
      CollectorCounters* _c;
  
    public:
--- 60,11 ---
      inline PerfVariable* last_exit_counter() const  { return _last_exit_time; }
  
      const char* name_space() const                  { return _name_space; }
  };
  
! class TraceCollectorStats: public PerfTraceElapsedTimeEvent {
  
    protected:
      CollectorCounters* _c;
  
    public:
< prev index next >