src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeManager.hpp
branchJEP-349-branch
changeset 58184 2bc0dc4b7119
parent 58157 9dca61a7df19
child 58187 8994744e221c
equal deleted inserted replaced
58183:e1b896faca1c 58184:2bc0dc4b7119
    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 bool is_new_constant_registered();
    37   static void write_types(JfrCheckpointWriter& writer);
    37   static void write_types(JfrCheckpointWriter& writer);
    38   static void write_threads(JfrCheckpointWriter& writer);
    38   static void write_threads(JfrCheckpointWriter& writer);
    39   static void notify_types_on_rotation();
    39   static void 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_blob(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);