src/hotspot/share/jfr/recorder/repository/jfrChunk.hpp
branchJEP-349-branch
changeset 57887 a9cc3698a55c
parent 57870 00860d9caf4d
child 58068 22dab580786c
--- a/src/hotspot/share/jfr/recorder/repository/jfrChunk.hpp	Tue Aug 27 12:08:01 2019 +0200
+++ b/src/hotspot/share/jfr/recorder/repository/jfrChunk.hpp	Tue Aug 27 12:36:05 2019 +0200
@@ -25,9 +25,7 @@
 #ifndef SHARE_VM_JFR_RECORDER_REPOSITORY_JFRRCHUNK_HPP
 #define SHARE_VM_JFR_RECORDER_REPOSITORY_JFRRCHUNK_HPP
 
-#include "jni.h"
 #include "jfr/utilities/jfrAllocation.hpp"
-#include "jfr/utilities/jfrTypes.hpp"
 
 class JfrChunk : public JfrCHeapObj {
   friend class JfrChunkWriter;
@@ -72,12 +70,12 @@
   int64_t previous_start_nanos() const;
   int64_t last_chunk_duration() const;
 
-  void update_time_to_now();
+  void set_time_stamp();
+  void update();
+
   void set_path(const char* path);
   const char* path() const;
 
-  void update();
-
   bool is_started() const;
   bool is_finished() const;
   bool is_initial_flush() const;