hotspot/src/share/vm/utilities/exceptions.hpp
{- -------------------------------------------
(1) Exceptions::_throw() に変換されるだけ.
---------------------------------------- -}
#define THROW_HANDLE(e) \
{ Exceptions::_throw(THREAD_AND_LOCATION, e); return; }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.