Top


定義場所(file name)

hotspot/src/share/vm/runtime/arguments.hpp

名前(function name)

  static void add_init_library(const char* name, char* options)

本体部(body)

  {- -------------------------------------------
  (1) 引数で指定された JVMTI エージェントを示す AgentLibrary オブジェクトを作成し, 
      AgentLibraryList::add() で _libraryList に登録する.
      ---------------------------------------- -}

        { _libraryList.add(new AgentLibrary(name, options, false, NULL)); }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.