src/hotspot/share/runtime/arguments.cpp
changeset 52185 c657b5b0e666
parent 52030 57862a02bf4b
child 52235 876e91d9bb13
equal deleted inserted replaced
52184:672bc2213cef 52185:c657b5b0e666
   104 char*  Arguments::SharedArchivePath             = NULL;
   104 char*  Arguments::SharedArchivePath             = NULL;
   105 
   105 
   106 AgentLibraryList Arguments::_libraryList;
   106 AgentLibraryList Arguments::_libraryList;
   107 AgentLibraryList Arguments::_agentList;
   107 AgentLibraryList Arguments::_agentList;
   108 
   108 
       
   109 // These are not set by the JDK's built-in launchers, but they can be set by
       
   110 // programs that embed the JVM using JNI_CreateJavaVM. See comments around
       
   111 // JavaVMOption in jni.h.
   109 abort_hook_t     Arguments::_abort_hook         = NULL;
   112 abort_hook_t     Arguments::_abort_hook         = NULL;
   110 exit_hook_t      Arguments::_exit_hook          = NULL;
   113 exit_hook_t      Arguments::_exit_hook          = NULL;
   111 vfprintf_hook_t  Arguments::_vfprintf_hook      = NULL;
   114 vfprintf_hook_t  Arguments::_vfprintf_hook      = NULL;
   112 
   115 
   113 
   116