hotspot/src/share/vm/runtime/thread.hpp
void set_pending_async_exception(oop e) {
{- -------------------------------------------
(1)
---------------------------------------- -}
_pending_async_exception = e;
_special_runtime_exit_condition = _async_exception;
set_has_async_exception();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.