src/hotspot/share/gc/z/zStat.cpp
changeset 54331 f0fec71d2fff
parent 54071 ab17708ec5c3
child 54632 2d0c05e71bd5
--- a/src/hotspot/share/gc/z/zStat.cpp	Thu Mar 28 19:43:59 2019 +0100
+++ b/src/hotspot/share/gc/z/zStat.cpp	Thu Mar 28 19:43:59 2019 +0100
@@ -749,6 +749,11 @@
 }
 
 //
+// Stat timer
+//
+__thread uint32_t ZStatTimerDisable::_active = 0;
+
+//
 // Stat sample/inc
 //
 void ZStatSample(const ZStatSampler& sampler, uint64_t value, bool trace) {