src/hotspot/share/jfr/recorder/repository/jfrRepository.hpp
changeset 59226 a0f39cc47387
parent 58863 c16ac7a2eba4
equal deleted inserted replaced
59225:80e1201f6c9a 59226:a0f39cc47387
    68   static void destroy();
    68   static void destroy();
    69 
    69 
    70  public:
    70  public:
    71   static void set_path(jstring location, JavaThread* jt);
    71   static void set_path(jstring location, JavaThread* jt);
    72   static void set_chunk_path(jstring path, JavaThread* jt);
    72   static void set_chunk_path(jstring path, JavaThread* jt);
       
    73   static void mark_chunk_final();
    73   static void flush(JavaThread* jt);
    74   static void flush(JavaThread* jt);
    74   static jlong current_chunk_start_nanos();
    75   static jlong current_chunk_start_nanos();
    75 };
    76 };
    76 
    77 
    77 #endif // SHARE_JFR_RECORDER_REPOSITORY_JFRREPOSITORY_HPP
    78 #endif // SHARE_JFR_RECORDER_REPOSITORY_JFRREPOSITORY_HPP