src/hotspot/share/jfr/jfr.hpp
branchJEP-349-branch
changeset 57987 23e3cd901cb6
parent 57360 5d043a159d5c
child 58567 e77a97d0edbb
equal deleted inserted replaced
57985:be121cbf3284 57987:23e3cd901cb6
    46   static void on_vm_init();
    46   static void on_vm_init();
    47   static void on_vm_start();
    47   static void on_vm_start();
    48   static void on_unloading_classes();
    48   static void on_unloading_classes();
    49   static void on_thread_start(Thread* thread);
    49   static void on_thread_start(Thread* thread);
    50   static void on_thread_exit(Thread* thread);
    50   static void on_thread_exit(Thread* thread);
    51   static void exclude_thread(Thread* thread);
    51   static void exclude_thread(const Thread* thread);
    52   static bool is_excluded(Thread* thread);
    52   static bool is_excluded(const Thread* thread);
    53   static void include_thread(Thread* thread);
    53   static void include_thread(const Thread* thread);
    54   static void on_java_thread_dismantle(JavaThread* jt);
    54   static void on_java_thread_dismantle(JavaThread* jt);
    55   static void on_vm_shutdown(bool exception_handler = false);
    55   static void on_vm_shutdown(bool exception_handler = false);
    56   static bool on_flight_recorder_option(const JavaVMOption** option, char* delimiter);
    56   static bool on_flight_recorder_option(const JavaVMOption** option, char* delimiter);
    57   static bool on_start_flight_recording_option(const JavaVMOption** option, char* delimiter);
    57   static bool on_start_flight_recording_option(const JavaVMOption** option, char* delimiter);
    58   static void weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f);
    58   static void weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f);