src/hotspot/share/jfr/recorder/service/jfrRecorderService.hpp
branchJEP-349-branch
changeset 57360 5d043a159d5c
parent 53244 9807daeb47c4
child 58068 22dab580786c
equal deleted inserted replaced
57359:4cab5edc2950 57360:5d043a159d5c
    66 
    66 
    67  public:
    67  public:
    68   JfrRecorderService();
    68   JfrRecorderService();
    69   void start();
    69   void start();
    70   void rotate(int msgs);
    70   void rotate(int msgs);
       
    71   void flush(int msgs);
    71   void process_full_buffers();
    72   void process_full_buffers();
    72   void scavenge();
    73   void scavenge();
    73   void evaluate_chunk_size_for_rotation();
    74   void evaluate_chunk_size_for_rotation();
    74   static bool is_recording();
    75   static bool is_recording();
       
    76   size_t flush();
    75 };
    77 };
    76 
    78 
    77 #endif // SHARE_JFR_RECORDER_SERVICE_JFRRECORDERSERVICE_HPP
    79 #endif // SHARE_JFR_RECORDER_SERVICE_JFRRECORDERSERVICE_HPP