src/hotspot/share/utilities/ticks.hpp
changeset 59239 9fe5d0d4e9c5
parent 53244 9807daeb47c4
equal deleted inserted replaced
59237:2601fc0874be 59239:9fe5d0d4e9c5
   231   }
   231   }
   232  private:
   232  private:
   233   TimeInstant(jlong ticks) : Rep<TimeSource>(ticks) {}
   233   TimeInstant(jlong ticks) : Rep<TimeSource>(ticks) {}
   234   friend class GranularTimer;
   234   friend class GranularTimer;
   235   friend class ObjectSample;
   235   friend class ObjectSample;
       
   236   friend class EventEmitter;
   236   // GC unit tests
   237   // GC unit tests
   237   friend class TimePartitionPhasesIteratorTest;
   238   friend class TimePartitionPhasesIteratorTest;
   238   friend class GCTimerTest;
   239   friend class GCTimerTest;
   239 };
   240 };
   240 
   241