src/hotspot/share/jfr/jfr.hpp
changeset 50873 ce53844224b6
parent 50113 caf115bb98ad
child 52569 1a534c7926cc
equal deleted inserted replaced
50872:308410473abe 50873:ce53844224b6
    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_exit(JavaThread* thread);
    49   static void on_thread_exit(JavaThread* thread);
    50   static void on_thread_destruct(Thread* thread);
    50   static void on_thread_destruct(Thread* thread);
    51   static void on_vm_shutdown(bool exception_handler = false);
    51   static void on_vm_shutdown(bool exception_handler = false);
    52   static bool on_start_flight_recording_option(const JavaVMOption** option, char* tail);
    52   static bool on_flight_recorder_option(const JavaVMOption** option, char* delimiter);
    53   static bool on_flight_recorder_option(const JavaVMOption** option, char* tail);
    53   static bool on_start_flight_recording_option(const JavaVMOption** option, char* delimiter);
    54   static void weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f);
    54   static void weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f);
    55   static Thread* sampler_thread();
    55   static Thread* sampler_thread();
    56 };
    56 };
    57 
    57 
    58 #endif // SHARE_VM_JFR_JFR_HPP
    58 #endif // SHARE_VM_JFR_JFR_HPP