src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp
changeset 51332 c25572739e7c
parent 50438 66d0ded78cce
child 51546 b9f6a4427da9
--- a/src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp	Wed Aug 08 10:21:23 2018 +0800
+++ b/src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp	Wed Aug 08 15:31:06 2018 +0200
@@ -489,7 +489,7 @@
 }
 
 G1GCParPhaseTimesTracker::G1GCParPhaseTimesTracker(G1GCPhaseTimes* phase_times, G1GCPhaseTimes::GCParPhases phase, uint worker_id) :
-    _phase_times(phase_times), _phase(phase), _worker_id(worker_id) {
+  _start_time(), _phase(phase), _phase_times(phase_times), _worker_id(worker_id) {
   if (_phase_times != NULL) {
     _start_time = Ticks::now();
   }