src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.hpp
branchJEP-349-branch
changeset 57983 a57907813a83
parent 57934 9c150f2b1fea
child 58157 9dca61a7df19
equal deleted inserted replaced
57971:aa7b1ea52413 57983:a57907813a83
   102  public:
   102  public:
   103   void register_service_thread(const Thread* t);
   103   void register_service_thread(const Thread* t);
   104   size_t flush_type_set();
   104   size_t flush_type_set();
   105   void flush_constant_set();
   105   void flush_constant_set();
   106   static void write_type_set_for_unloaded_classes();
   106   static void write_type_set_for_unloaded_classes();
   107   static void create_thread_checkpoint(Thread* t);
   107   static void create_thread_blob(Thread* t);
   108   static void write_thread_checkpoint(Thread* t);
   108   static void write_thread_checkpoint(Thread* t);
   109 
   109 
   110   friend class JfrRecorder;
   110   friend class JfrRecorder;
   111   friend class JfrRecorderService;
   111   friend class JfrRecorderService;
   112   friend class JfrCheckpointFlush;
   112   friend class JfrCheckpointFlush;