hotspot/src/share/vm/runtime/interfaceSupport.hpp
#define JRT_BLOCK \
{ \
{- -------------------------------------------
(1) (変数宣言など)
(See: ThreadInVMfromJava)
---------------------------------------- -}
ThreadInVMfromJava __tiv(thread); \
Thread* THREAD = thread; \
{- -------------------------------------------
(1) (変数宣言など) (デバッグ用の処理)
(See: VMEntryWrapper)
---------------------------------------- -}
debug_only(VMEntryWrapper __vew;)
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.