src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp
changeset 50438 66d0ded78cce
parent 50049 9d17c375dc30
child 51546 b9f6a4427da9
--- a/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp	Wed Jun 06 13:58:57 2018 -0700
+++ b/src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp	Thu Jun 07 09:02:03 2018 +0200
@@ -373,9 +373,13 @@
 
   Tickspan& _total_time;
   Tickspan& _trim_time;
+
+  bool _stopped;
 public:
   G1EvacPhaseWithTrimTimeTracker(G1ParScanThreadState* pss, Tickspan& total_time, Tickspan& trim_time);
   ~G1EvacPhaseWithTrimTimeTracker();
+
+  void stop();
 };
 
 class G1GCParPhaseTimesTracker : public CHeapObj<mtGC> {