hotspot/src/share/vm/gc/cms/concurrentMarkSweepGeneration.hpp
changeset 35204 78a0fd90a70f
parent 35061 be6025ebffea
child 35492 c8c0273e6b91
--- a/hotspot/src/share/vm/gc/cms/concurrentMarkSweepGeneration.hpp	Mon Dec 21 14:09:21 2015 +0000
+++ b/hotspot/src/share/vm/gc/cms/concurrentMarkSweepGeneration.hpp	Fri Dec 18 08:17:30 2015 -0800
@@ -978,6 +978,8 @@
   bool completed_initialization() { return _completed_initialization; }
 
   void print_eden_and_survivor_chunk_arrays();
+
+  ConcurrentGCTimer* gc_timer_cm() const { return _gc_timer_cm; }
 };
 
 class CMSExpansionCause : public AllStatic  {