src/share/vm/jfr/recorder/checkpoint/types/jfrTypeSetWriter.hpp

changeset 9947
db357034b763
parent 9858
b985cbb00e68
equal deleted inserted replaced
9946:103d1261f1f4 9947:db357034b763
33 class JfrArtifactWriterHost : public StackObj { 33 class JfrArtifactWriterHost : public StackObj {
34 private: 34 private:
35 WriterImpl _impl; 35 WriterImpl _impl;
36 JfrCheckpointWriter* _writer; 36 JfrCheckpointWriter* _writer;
37 JfrCheckpointContext _ctx; 37 JfrCheckpointContext _ctx;
38 jlong _count_offset; 38 int64_t _count_offset;
39 int _count; 39 int _count;
40 bool _skip_header; 40 bool _skip_header;
41 public: 41 public:
42 JfrArtifactWriterHost(JfrCheckpointWriter* writer, 42 JfrArtifactWriterHost(JfrCheckpointWriter* writer,
43 JfrArtifactSet* artifacts, 43 JfrArtifactSet* artifacts,

mercurial