diff -r be121cbf3284 -r 23e3cd901cb6 src/hotspot/share/jfr/support/jfrThreadLocal.hpp --- a/src/hotspot/share/jfr/support/jfrThreadLocal.hpp Mon Sep 02 21:08:41 2019 +0200 +++ b/src/hotspot/share/jfr/support/jfrThreadLocal.hpp Tue Sep 03 11:48:31 2019 +0200 @@ -216,10 +216,11 @@ void set_thread_blob(const JfrBlobHandle& handle); const JfrBlobHandle& thread_blob() const; + static void exclude(const Thread* t); + static void include(const Thread* t); + static void on_start(Thread* t); static void on_exit(Thread* t); - static void exclude(Thread* t); - static void include(Thread* t); // Code generation static ByteSize trace_id_offset();