diff -r 714c569bbff0 -r ae6def2813e0 hotspot/src/os/solaris/vm/osThread_solaris.hpp --- a/hotspot/src/os/solaris/vm/osThread_solaris.hpp Sun Apr 15 15:37:20 2012 -0700 +++ b/hotspot/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; }