src/share/vm/jfr/recorder/jfrRecorder.hpp

changeset 9925
30fb8c8cceb9
parent 9884
1258121876f8
child 9986
85e682d8ab91
     1.1 --- a/src/share/vm/jfr/recorder/jfrRecorder.hpp	Sun Jun 07 18:57:54 2020 +0100
     1.2 +++ b/src/share/vm/jfr/recorder/jfrRecorder.hpp	Fri Jun 12 02:59:56 2020 +0100
     1.3 @@ -40,6 +40,9 @@
     1.4   private:
     1.5    static bool _shutting_down;
     1.6  
     1.7 +  static bool on_create_vm_1();
     1.8 +  static bool on_create_vm_2();
     1.9 +  static bool on_create_vm_3();
    1.10    static bool create_checkpoint_manager();
    1.11    static bool create_chunk_repository();
    1.12    static bool create_java_event_writer();
    1.13 @@ -54,8 +57,6 @@
    1.14    static bool create_components();
    1.15    static void destroy_components();
    1.16    static void on_recorder_thread_exit();
    1.17 -  static bool on_vm_start();
    1.18 -  static bool on_vm_init();
    1.19  
    1.20   public:
    1.21    static bool is_enabled();

mercurial