hotspot/src/share/vm/runtime/thread.hpp
{- -------------------------------------------
(1) (単なる getter method)
---------------------------------------- -}
// Thread oop. threadObj() can be NULL for initial JavaThread
// (or for threads attached via JNI)
oop threadObj() const { return _threadObj; }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.