< prev index next >

src/os/bsd/vm/os_bsd.cpp

Print this page

        

*** 1845,1855 **** return; } // Ctrl-C is pressed during error reporting, likely because the error // handler fails to abort. Let VM die immediately. ! if (sig == SIGINT && is_error_reported()) { os::die(); } os::signal_notify(sig); } --- 1845,1855 ---- return; } // Ctrl-C is pressed during error reporting, likely because the error // handler fails to abort. Let VM die immediately. ! if (sig == SIGINT && VMError::is_error_reported()) { os::die(); } os::signal_notify(sig); }
< prev index next >