Top


定義場所(file name)

hotspot/src/share/vm/interpreter/templateInterpreterGenerator.hpp

名前(function name)

  address generate_klass_exception_handler(const char* name) {

本体部(body)

  {- -------------------------------------------
  (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.