src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetWriter.hpp
changeset 53897 0abec72a3ac2
parent 53244 9807daeb47c4
child 57360 5d043a159d5c
equal deleted inserted replaced
53896:b47fd614c75e 53897:0abec72a3ac2
    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,