diff -r 3054503bad7d -r caa25ab47aca src/hotspot/share/jfr/recorder/repository/jfrChunkState.hpp --- a/src/hotspot/share/jfr/recorder/repository/jfrChunkState.hpp Fri Sep 13 16:03:31 2019 -0700 +++ b/src/hotspot/share/jfr/recorder/repository/jfrChunkState.hpp Sat Sep 14 14:40:09 2019 +0200 @@ -36,7 +36,7 @@ int64_t _start_nanos; int64_t _previous_start_ticks; int64_t _previous_start_nanos; - int64_t _previous_checkpoint_offset; + int64_t _last_checkpoint_offset; void update_start_ticks(); void update_start_nanos(); @@ -46,8 +46,8 @@ JfrChunkState(); ~JfrChunkState(); void reset(); - int64_t previous_checkpoint_offset() const; - void set_previous_checkpoint_offset(int64_t offset); + int64_t last_checkpoint_offset() const; + void set_last_checkpoint_offset(int64_t offset); int64_t previous_start_ticks() const; int64_t previous_start_nanos() const; int64_t last_chunk_duration() const;