Searched refs:abort_hook (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp479 static abort_hook_t abort_hook() { return _abort_hook; } function in class:Arguments
H A Dthread.cpp1298 && Arguments::abort_hook() == NULL) {
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1777 abort_hook_t abort_hook = Arguments::abort_hook(); local
1778 if (abort_hook != NULL) {
1779 abort_hook();
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1568 abort_hook_t abort_hook = Arguments::abort_hook(); local
1569 if (abort_hook != NULL) {
1570 abort_hook();
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp912 abort_hook_t abort_hook = Arguments::abort_hook(); local
913 if (abort_hook != NULL) {
914 abort_hook();
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1849 abort_hook_t abort_hook = Arguments::abort_hook(); local
1850 if (abort_hook != NULL) {
1851 abort_hook();

Completed in 3821 milliseconds