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