Top


定義場所(file name)

hotspot/src/share/vm/runtime/interfaceSupport.hpp

本体部(body)

  {- -------------------------------------------
  (1) ThreadStateTransition::transition() を呼び出すだけ.
      ---------------------------------------- -}

       void trans(JavaThreadState from, JavaThreadState to)  { transition(_thread, from, to); }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.