< prev index next >

src/hotspot/share/utilities/ticks.hpp

Print this page
rev 52044 : 8157728: Covert GCTimer_test to GTest
Reviewed-by: duke

@@ -231,11 +231,11 @@
   }
  private:
   TimeInstant(jlong ticks) : Rep<TimeSource>(ticks) {}
   friend class GranularTimer;
   friend class ObjectSample;
-  //  GC VM tests
+  // GC unit tests
   friend class TimePartitionPhasesIteratorTest;
   friend class GCTimerTest;
 };
 
 #if INCLUDE_JFR
< prev index next >