src/hotspot/share/jfr/recorder/service/jfrRecorderService.hpp
branchJEP-349-branch
changeset 58567 e77a97d0edbb
parent 58068 22dab580786c
child 58578 7b89c53db169
equal deleted inserted replaced
58540:43229acd75ea 58567:e77a97d0edbb
    64 
    64 
    65  public:
    65  public:
    66   JfrRecorderService();
    66   JfrRecorderService();
    67   void start();
    67   void start();
    68   void rotate(int msgs);
    68   void rotate(int msgs);
    69   void flush(int msgs);
    69   void flushpoint();
    70   void process_full_buffers();
    70   void process_full_buffers();
    71   void scavenge();
    71   void scavenge();
    72   void evaluate_chunk_size_for_rotation();
    72   void evaluate_chunk_size_for_rotation();
    73   static bool is_recording();
    73   static bool is_recording();
    74   size_t flush();
    74   size_t flush();