hotspot/src/share/vm/runtime/arguments.hpp
static void add_init_library(const char* name, char* options)
{- -------------------------------------------
(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.