src/hotspot/share/jfr/recorder/repository/jfrChunkWriter.hpp
changeset 59226 a0f39cc47387
parent 58863 c16ac7a2eba4
equal deleted inserted replaced
59225:80e1201f6c9a 59226:a0f39cc47387
    57   void set_last_checkpoint_offset(int64_t offset);
    57   void set_last_checkpoint_offset(int64_t offset);
    58   void set_last_metadata_offset(int64_t offset);
    58   void set_last_metadata_offset(int64_t offset);
    59 
    59 
    60   bool has_metadata() const;
    60   bool has_metadata() const;
    61   void set_time_stamp();
    61   void set_time_stamp();
       
    62   void mark_chunk_final();
    62 };
    63 };
    63 
    64 
    64 #endif // SHARE_JFR_RECORDER_REPOSITORY_JFRCHUNKWRITER_HPP
    65 #endif // SHARE_JFR_RECORDER_REPOSITORY_JFRCHUNKWRITER_HPP