mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8212612: Add documentation about Arguments::_exit_hook
Reviewed-by: hseigel, dlong, dholmes
This commit is contained in:
parent
d63acb557c
commit
c86ba29693
3 changed files with 19 additions and 2 deletions
|
@ -106,6 +106,9 @@ char* Arguments::SharedArchivePath = NULL;
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue