< prev index next >

src/hotspot/share/runtime/threadIdentifier.hpp

Print this page
*** 34,9 ***
--- 34,11 ---
   * JFR uses next() for a non-reusable id for non-java threads.
   */
  class ThreadIdentifier : AllStatic {
   public:
    static int64_t next();
+   static int64_t current();
    static int64_t unsafe_offset();
+   DEBUG_ONLY(static int64_t initial();)
  };
  
  #endif // SHARE_RUNTIME_THREADIDENTIFIER_HPP
< prev index next >