hotspot/src/share/vm/runtime/interfaceSupport.hpp
#define JNI_ENTRY(result_type, header) \
{- -------------------------------------------
(1) JNI_ENTRY_NO_PRESERVE() マクロのコードが展開される
---------------------------------------- -}
JNI_ENTRY_NO_PRESERVE(result_type, header) \
{- -------------------------------------------
(1) (変数宣言など) (See: WeakPreserveExceptionMark)
---------------------------------------- -}
WeakPreserveExceptionMark __wem(thread);
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.