src/hotspot/share/runtime/arguments.cpp
changeset 52185 c657b5b0e666
parent 52030 57862a02bf4b
child 52235 876e91d9bb13
--- a/src/hotspot/share/runtime/arguments.cpp	Wed Oct 17 21:28:11 2018 -0700
+++ b/src/hotspot/share/runtime/arguments.cpp	Wed Oct 17 21:51:00 2018 -0700
@@ -106,6 +106,9 @@
 AgentLibraryList Arguments::_libraryList;
 AgentLibraryList Arguments::_agentList;
 
+// These are not set by the JDK's built-in launchers, but they can be set by
+// programs that embed the JVM using JNI_CreateJavaVM. See comments around
+// JavaVMOption in jni.h.
 abort_hook_t     Arguments::_abort_hook         = NULL;
 exit_hook_t      Arguments::_exit_hook          = NULL;
 vfprintf_hook_t  Arguments::_vfprintf_hook      = NULL;