diff -r 4c2557ab304e -r 127ca611f19b src/hotspot/share/jfr/jfr.hpp --- a/src/hotspot/share/jfr/jfr.hpp Mon Nov 25 15:21:44 2019 +0000 +++ b/src/hotspot/share/jfr/jfr.hpp Mon Nov 25 18:38:01 2019 +0100 @@ -43,8 +43,9 @@ static bool is_enabled(); static bool is_disabled(); static bool is_recording(); - static void on_vm_init(); - static void on_vm_start(); + static void on_create_vm_1(); + static void on_create_vm_2(); + static void on_create_vm_3(); static void on_unloading_classes(); static void on_thread_start(Thread* thread); static void on_thread_exit(Thread* thread);