src/hotspot/share/jfr/support/jfrThreadLocal.hpp
branchJEP-349-branch
changeset 57987 23e3cd901cb6
parent 57983 a57907813a83
child 58154 060d9d139109
--- 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();