hotspot/src/share/vm/services/threadService.hpp
{- -------------------------------------------
(1) _threads_array 内の指定箇所の要素をリターンするだけ.
---------------------------------------- -}
instanceHandle get_threadObj(int index) { return _threads_array->at(index); }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.