Searched refs:exit_hook (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp479 exit_hook_t exit_hook = Arguments::exit_hook(); local
480 if (exit_hook != NULL) {
482 exit_hook(_exit_code);
H A Darguments.hpp715 static exit_hook_t exit_hook() { return _exit_hook; } function in class:Arguments

Completed in 42 milliseconds