src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeManager.hpp
branchJEP-349-branch
changeset 57882 562f598d303c
parent 57360 5d043a159d5c
child 57934 9c150f2b1fea
equal deleted inserted replaced
57878:bffba8d6611a 57882:562f598d303c
    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 void write_types(JfrCheckpointWriter& writer);
    36   static void write_types(JfrCheckpointWriter& writer);
       
    37   static void write_threads(JfrCheckpointWriter& writer);
    37   static void notify_types_on_rotation();
    38   static void notify_types_on_rotation();
    38   static void write_type_set();
    39   static void write_type_set();
    39   static void write_type_set_for_unloaded_classes();
    40   static void write_type_set_for_unloaded_classes();
    40   static size_t flush_type_set();
    41   static size_t flush_type_set();
    41   static void create_thread_checkpoint(Thread* t);
    42   static void create_thread_checkpoint(Thread* t);