< prev index next >

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

Print this page

        

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