src/os/solaris/vm/os_solaris.cpp

Print this page

        

*** 1775,1787 **** perfMemory_exit(); // needs to remove object in file system AttachListener::abort(); - // flush buffered output, finish log files - ostream_abort(); - // Check for abort hook abort_hook_t abort_hook = Arguments::abort_hook(); if (abort_hook != NULL) { abort_hook(); } --- 1775,1784 ----