src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.hpp
branchJEP-349-branch
changeset 58184 2bc0dc4b7119
parent 58157 9dca61a7df19
child 58187 8994744e221c
equal deleted inserted replaced
58183:e1b896faca1c 58184:2bc0dc4b7119
    85   void write_type_set();
    85   void write_type_set();
    86   void shift_epoch();
    86   void shift_epoch();
    87   void synchronize_epoch();
    87   void synchronize_epoch();
    88   bool use_epoch_transition_mspace(const Thread* t) const;
    88   bool use_epoch_transition_mspace(const Thread* t) const;
    89   void notify_threads();
    89   void notify_threads();
    90   void notify_types_on_rotation();
    90   void on_rotation();
    91   bool is_type_set_required();
    91   bool is_type_set_required();
    92   bool is_constant_set_required();
    92   bool is_constant_set_required();
    93 
    93 
    94   JfrCheckpointManager(JfrChunkWriter& cw);
    94   JfrCheckpointManager(JfrChunkWriter& cw);
    95   ~JfrCheckpointManager();
    95   ~JfrCheckpointManager();