diff -r 87f8a814310d -r a9cc3698a55c src/hotspot/share/jfr/recorder/repository/jfrChunkWriter.hpp --- a/src/hotspot/share/jfr/recorder/repository/jfrChunkWriter.hpp Tue Aug 27 12:08:01 2019 +0200 +++ b/src/hotspot/share/jfr/recorder/repository/jfrChunkWriter.hpp Tue Aug 27 12:36:05 2019 +0200 @@ -58,7 +58,7 @@ void set_last_metadata_offset(int64_t offset); bool is_initial_flushpoint_for_chunk() const; bool has_metadata() const; - void time_stamp_chunk_now(); + void set_time_stamp(); }; #endif // SHARE_JFR_RECORDER_REPOSITORY_JFRCHUNKWRITER_HPP