hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp
changeset 35907 57bdb6243428
parent 35163 448e610805bb
child 36367 313c87c050f7
--- a/hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp	Tue Feb 02 09:51:24 2016 +0100
+++ b/hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp	Tue Feb 02 10:50:08 2016 +0100
@@ -36,6 +36,8 @@
 
   uint _active_gc_threads;
   uint _max_gc_threads;
+  jlong _gc_start_counter;
+  double _gc_pause_time_ms;
 
  public:
   enum GCParPhases {
@@ -126,7 +128,7 @@
  public:
   G1GCPhaseTimes(uint max_gc_threads);
   void note_gc_start(uint active_gc_threads);
-  void print(double pause_time_ms);
+  void print();
 
   // record the time a phase took in seconds
   void record_time_secs(GCParPhases phase, uint worker_i, double secs);