Searched defs:_abort_hook (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp326 static abort_hook_t _abort_hook; member in class:Arguments
479 static abort_hook_t abort_hook() { return _abort_hook; }
H A Darguments.cpp90 abort_hook_t Arguments::_abort_hook = NULL; member in class:Arguments
2474 _abort_hook = CAST_TO_FN_PTR(abort_hook_t, option->extraInfo);

Completed in 259 milliseconds