src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeManager.hpp
branchJEP-349-branch
changeset 57983 a57907813a83
parent 57934 9c150f2b1fea
child 58157 9dca61a7df19
equal deleted inserted replaced
57971:aa7b1ea52413 57983:a57907813a83
    38   static void write_threads(JfrCheckpointWriter& writer);
    38   static void write_threads(JfrCheckpointWriter& writer);
    39   static void notify_types_on_rotation();
    39   static void notify_types_on_rotation();
    40   static void write_type_set();
    40   static void write_type_set();
    41   static void write_type_set_for_unloaded_classes();
    41   static void write_type_set_for_unloaded_classes();
    42   static size_t flush_type_set();
    42   static size_t flush_type_set();
    43   static void create_thread_checkpoint(Thread* t);
    43   static void create_thread_blob(Thread* t);
    44   static void write_thread_checkpoint(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