src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeManager.hpp
branchJEP-349-branch
changeset 57934 9c150f2b1fea
parent 57882 562f598d303c
child 57983 a57907813a83
equal deleted inserted replaced
57922:6598f2825b1f 57934:9c150f2b1fea
    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 write_types(JfrCheckpointWriter& writer);
    37   static void write_types(JfrCheckpointWriter& writer);
    37   static void write_threads(JfrCheckpointWriter& writer);
    38   static void write_threads(JfrCheckpointWriter& writer);
    38   static void notify_types_on_rotation();
    39   static void notify_types_on_rotation();
    39   static void write_type_set();
    40   static void write_type_set();
    40   static void write_type_set_for_unloaded_classes();
    41   static void write_type_set_for_unloaded_classes();