hotspot/src/share/vm/runtime/interfaceSupport.hpp
#define JRT_ENTRY_NO_ASYNC(result_type, header) \
{- -------------------------------------------
(1) (関数定義の関数名および型宣言部が生成される)
---------------------------------------- -}
result_type header { \
{- -------------------------------------------
(1) (変数宣言など)
(See: ThreadInVMfromJavaNoAsyncException)
---------------------------------------- -}
ThreadInVMfromJavaNoAsyncException __tiv(thread); \
{- -------------------------------------------
(1) __ENTRY() マクロのコードが展開される
---------------------------------------- -}
__ENTRY(result_type, header, thread) \
{- -------------------------------------------
(1) (変数宣言など) (デバッグ用の処理)
(See: VMEntryWrapper)
---------------------------------------- -}
debug_only(VMEntryWrapper __vew;)
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.