src/share/vm/jfr/jfr.hpp

changeset 9925
30fb8c8cceb9
parent 9868
69fb91513217
child 9986
85e682d8ab91
     1.1 --- a/src/share/vm/jfr/jfr.hpp	Sun Jun 07 18:57:54 2020 +0100
     1.2 +++ b/src/share/vm/jfr/jfr.hpp	Fri Jun 12 02:59:56 2020 +0100
     1.3 @@ -43,8 +43,9 @@
     1.4    static bool is_enabled();
     1.5    static bool is_disabled();
     1.6    static bool is_recording();
     1.7 -  static void on_vm_init();
     1.8 -  static void on_vm_start();
     1.9 +  static void on_create_vm_1();
    1.10 +  static void on_create_vm_2();
    1.11 +  static void on_create_vm_3();
    1.12    static void on_unloading_classes();
    1.13    static void on_thread_start(Thread* thread);
    1.14    static void on_thread_exit(Thread* thread);

mercurial