hotspot/src/share/vm/runtime/arguments.hpp
static void add_init_agent(const char* name, char* options, bool absolute_path)
{- -------------------------------------------
(1) 引数で指定された JVMTI エージェントを示す AgentLibrary オブジェクトを作成し,
AgentLibraryList::add() で _agentList に登録する.
---------------------------------------- -}
{ _agentList.add(new AgentLibrary(name, options, absolute_path, NULL)); }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.