equal
deleted
inserted
replaced
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); |
|
52 static bool is_excluded(Thread* thread); |
|
53 static void include_thread(Thread* thread); |
51 static void on_java_thread_dismantle(JavaThread* jt); |
54 static void on_java_thread_dismantle(JavaThread* jt); |
52 static void on_vm_shutdown(bool exception_handler = false); |
55 static void on_vm_shutdown(bool exception_handler = false); |
53 static bool on_flight_recorder_option(const JavaVMOption** option, char* delimiter); |
56 static bool on_flight_recorder_option(const JavaVMOption** option, char* delimiter); |
54 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); |
55 static void weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f); |
58 static void weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f); |