hotspot/src/share/vm/interpreter/templateInterpreterGenerator.hpp
address generate_exception_handler(const char* name, const char* message) {
{- -------------------------------------------
(1) TemplateInterpreterGenerator::generate_exception_handler_common() を呼び出すだけ.
---------------------------------------- -}
return generate_exception_handler_common(name, message, false);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.