< prev index next >

src/hotspot/share/gc/z/zStat.cpp

Print this page

        

@@ -68,11 +68,11 @@
 
 //
 // Stat sampler history
 //
 template <size_t size>
-class ZStatSamplerHistoryInterval VALUE_OBJ_CLASS_SPEC {
+class ZStatSamplerHistoryInterval {
 private:
   size_t           _next;
   ZStatSamplerData _samples[size];
   ZStatSamplerData _accumulated;
   ZStatSamplerData _total;
< prev index next >