diff src/os/solaris/vm/osThread_solaris.hpp @ 6006:0105f367a14c

7160570: Intrinsification support for tracing framework Reviewed-by: sla, never
author rbackman
date Tue, 06 Mar 2012 12:36:59 +0100
parents de268c8a8075
children 960a442eae91
line wrap: on
line diff
--- a/src/os/solaris/vm/osThread_solaris.hpp	Sun Apr 15 15:37:20 2012 -0700
+++ b/src/os/solaris/vm/osThread_solaris.hpp	Tue Mar 06 12:36:59 2012 +0100
@@ -36,6 +36,7 @@
   bool     _vm_created_thread; // true if the VM created this thread,
                                // false if primary thread or attached thread
  public:
+  static size_t thread_id_size()   { return sizeof(thread_t); }
   thread_t thread_id() const       { return _thread_id; }
   uint     lwp_id() const          { return _lwp_id; }
   int      native_priority() const { return _native_priority; }