src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeManager.hpp
branchJEP-349-branch
changeset 58187 8994744e221c
parent 58184 2bc0dc4b7119
child 58251 c4067538a0f2
equal deleted inserted replaced
58185:ff328fdeca2d 58187:8994744e221c
    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 clear();
    35   static void clear();
    36   static bool is_new_constant_registered();
    36   static void on_rotation();
    37   static void write_types(JfrCheckpointWriter& writer);
       
    38   static void write_threads(JfrCheckpointWriter& writer);
    37   static void write_threads(JfrCheckpointWriter& writer);
    39   static void on_rotation();
    38   static void create_thread_blob(Thread* t);
       
    39   static void write_thread_checkpoint(Thread* t);
       
    40   static bool has_new_static_type();
       
    41   static void write_static_types(JfrCheckpointWriter& writer);
       
    42   static size_t flush_type_set();
    40   static void write_type_set();
    43   static void write_type_set();
    41   static void write_type_set_for_unloaded_classes();
    44   static void write_type_set_for_unloaded_classes();
    42   static size_t flush_type_set();
       
    43   static void create_thread_blob(Thread* t);
       
    44   static void write_thread_checkpoint(Thread* t);
       
    45 };
    45 };
    46 
    46 
    47 #endif // SHARE_JFR_RECORDER_CHECKPOINT_TYPES_JFRTYPEMANAGER_HPP
    47 #endif // SHARE_JFR_RECORDER_CHECKPOINT_TYPES_JFRTYPEMANAGER_HPP