< prev index next >

src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.hpp

Print this page

        

@@ -133,16 +133,16 @@
  public:
   JfrThreadConstant(JavaThread* jt) : _thread(jt) {}
   void serialize(JfrCheckpointWriter& writer);
 };
 
-class ZStatCounterTypeConstant : public JfrSerializer {
+class ZStatisticsCounterTypeConstant : public JfrSerializer {
  public:
   void serialize(JfrCheckpointWriter& writer);
 };
 
-class ZStatSamplerTypeConstant : public JfrSerializer {
+class ZStatisticsSamplerTypeConstant : public JfrSerializer {
  public:
   void serialize(JfrCheckpointWriter& writer);
 };
 
 #endif // SHARE_VM_JFR_CHECKPOINT_CONSTANT_JFRCONSTANT_HPP
< prev index next >