< prev index next >

src/hotspot/share/utilities/vmError.cpp

Print this page

        

*** 50,59 **** --- 50,62 ---- #include "utilities/events.hpp" #include "utilities/vmError.hpp" #ifndef PRODUCT #include <signal.h> + #if defined(__SUNPRO_CC) && __SUNPRO_CC >= 0x5140 + #pragma error_messages(off, SEC_NULL_PTR_DEREF) + #endif #endif // PRODUCT bool VMError::_error_reported = false; // call this when the VM is dying--it might loosen some asserts
< prev index next >