hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp
changeset 33738 1708291bd3d7
parent 33577 d6c1611973dc
child 33739 e1df46512ae2
--- a/hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp	Fri Oct 30 16:18:58 2015 -0700
+++ b/hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp	Fri Oct 30 10:15:06 2015 +0100
@@ -121,10 +121,11 @@
   void print_stats(int level, const char* str, size_t value);
   void print_stats(int level, const char* str, double value, uint workers);
 
+  void note_gc_end();
+
  public:
   G1GCPhaseTimes(uint max_gc_threads);
   void note_gc_start(uint active_gc_threads, bool mark_in_progress);
-  void note_gc_end();
   void print(double pause_time_sec);
 
   // record the time a phase took in seconds