diff -r 4cab5edc2950 -r 5d043a159d5c src/hotspot/share/jfr/jfr.hpp --- a/src/hotspot/share/jfr/jfr.hpp Fri May 17 15:53:21 2019 +0200 +++ b/src/hotspot/share/jfr/jfr.hpp Fri May 17 16:02:27 2019 +0200 @@ -48,6 +48,9 @@ static void on_unloading_classes(); static void on_thread_start(Thread* thread); static void on_thread_exit(Thread* thread); + static void exclude_thread(Thread* thread); + static bool is_excluded(Thread* thread); + static void include_thread(Thread* thread); static void on_java_thread_dismantle(JavaThread* jt); static void on_vm_shutdown(bool exception_handler = false); static bool on_flight_recorder_option(const JavaVMOption** option, char* delimiter);