< prev index next >

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

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

*** 127,137 **** virtual bool has_next() = 0; virtual GCPhase* next() = 0; }; class GCTimer : public ResourceObj { - NOT_PRODUCT(friend class GCTimerTest;) protected: Ticks _gc_start; Ticks _gc_end; TimePartitions _time_partitions; --- 127,136 ----
< prev index next >