src/hotspot/share/utilities/vmError.cpp
changeset 50015 d0a350777bd1
parent 49980 57dd7b4ba338
child 50113 caf115bb98ad
child 56535 532bc255382f
equal deleted inserted replaced
50014:09cbe16c0662 50015:d0a350777bd1
  1618   return false;
  1618   return false;
  1619 
  1619 
  1620 }
  1620 }
  1621 
  1621 
  1622 #ifndef PRODUCT
  1622 #ifndef PRODUCT
       
  1623 #if defined(__SUNPRO_CC) && __SUNPRO_CC >= 0x5140
       
  1624 #pragma error_messages(off, SEC_NULL_PTR_DEREF)
       
  1625 #endif
  1623 typedef void (*voidfun_t)();
  1626 typedef void (*voidfun_t)();
  1624 // Crash with an authentic sigfpe
  1627 // Crash with an authentic sigfpe
  1625 static void crash_with_sigfpe() {
  1628 static void crash_with_sigfpe() {
  1626   // generate a native synchronous SIGFPE where possible;
  1629   // generate a native synchronous SIGFPE where possible;
  1627   // if that did not cause a signal (e.g. on ppc), just
  1630   // if that did not cause a signal (e.g. on ppc), just