< prev index next >

src/os/solaris/vm/attachListener_solaris.cpp

Print this page

        

*** 25,34 **** --- 25,35 ---- #include "precompiled.hpp" #include "runtime/interfaceSupport.hpp" #include "runtime/os.inline.hpp" #include "services/attachListener.hpp" #include "services/dtraceAttacher.hpp" + #include "utilities/vmError.hpp" #include <door.h> #include <limits.h> #include <string.h> #include <signal.h>
*** 307,317 **** } } // if we are stopped at ShowMessageBoxOnError then maybe we can // load a diagnostic library ! if (res == 0 && is_error_reported()) { if (ShowMessageBoxOnError) { // TBD - support loading of diagnostic library here } // can't enqueue operation after fatal error --- 308,318 ---- } } // if we are stopped at ShowMessageBoxOnError then maybe we can // load a diagnostic library ! if (res == 0 && VMError::is_error_reported()) { if (ShowMessageBoxOnError) { // TBD - support loading of diagnostic library here } // can't enqueue operation after fatal error
< prev index next >