src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeManager.hpp
changeset 58863 c16ac7a2eba4
parent 58786 7909763ad193
equal deleted inserted replaced
58861:2c3cc4b01880 58863:c16ac7a2eba4
    31 
    31 
    32 class JfrTypeManager : public AllStatic {
    32 class JfrTypeManager : public AllStatic {
    33  public:
    33  public:
    34   static bool initialize();
    34   static bool initialize();
    35   static void destroy();
    35   static void destroy();
    36   static void write_types(JfrCheckpointWriter& writer);
    36   static void on_rotation();
    37   static void write_safepoint_types(JfrCheckpointWriter& writer);
    37   static void write_threads(JfrCheckpointWriter& writer);
    38   static void create_thread_blob(JavaThread* jt);
    38   static void create_thread_blob(Thread* t);
    39   static void write_thread_checkpoint(JavaThread* jt);
    39   static void write_thread_checkpoint(Thread* t);
       
    40   static bool has_new_static_type();
       
    41   static void write_static_types(JfrCheckpointWriter& writer);
    40 };
    42 };
    41 
    43 
    42 #endif // SHARE_JFR_RECORDER_CHECKPOINT_TYPES_JFRTYPEMANAGER_HPP
    44 #endif // SHARE_JFR_RECORDER_CHECKPOINT_TYPES_JFRTYPEMANAGER_HPP