Top


定義場所(file name)

hotspot/src/share/vm/services/threadService.hpp

本体部(body)

  {- -------------------------------------------
  (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.