src/hotspot/share/gc/z/zStat.cpp
changeset 58125 9b4717ca9bd1
parent 57711 8ebc8f74f2d2
child 58235 932b94295034
equal deleted inserted replaced
58124:dc792fa77da0 58125:9b4717ca9bd1
   753 }
   753 }
   754 
   754 
   755 //
   755 //
   756 // Stat timer
   756 // Stat timer
   757 //
   757 //
   758 __thread uint32_t ZStatTimerDisable::_active = 0;
   758 THREAD_LOCAL uint32_t ZStatTimerDisable::_active = 0;
   759 
   759 
   760 //
   760 //
   761 // Stat sample/inc
   761 // Stat sample/inc
   762 //
   762 //
   763 void ZStatSample(const ZStatSampler& sampler, uint64_t value, bool trace) {
   763 void ZStatSample(const ZStatSampler& sampler, uint64_t value, bool trace) {