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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp467 exit_hook_t exit_hook = Arguments::exit_hook(); local
468 if (exit_hook != NULL) {
470 exit_hook(_exit_code);
H A Darguments.hpp480 static exit_hook_t exit_hook() { return _exit_hook; } function in class:Arguments

Completed in 38 milliseconds