src/hotspot/share/gc/shared/gcTimer.hpp
changeset 52321 52d3bb5ba2f7
parent 49020 6d61be5959e0
child 53244 9807daeb47c4
equal deleted inserted replaced
52320:26777794ade5 52321:52d3bb5ba2f7
   127   virtual bool has_next() = 0;
   127   virtual bool has_next() = 0;
   128   virtual GCPhase* next() = 0;
   128   virtual GCPhase* next() = 0;
   129 };
   129 };
   130 
   130 
   131 class GCTimer : public ResourceObj {
   131 class GCTimer : public ResourceObj {
   132   NOT_PRODUCT(friend class GCTimerTest;)
       
   133  protected:
   132  protected:
   134   Ticks _gc_start;
   133   Ticks _gc_start;
   135   Ticks _gc_end;
   134   Ticks _gc_end;
   136   TimePartitions _time_partitions;
   135   TimePartitions _time_partitions;
   137 
   136