< prev index next >

src/os/linux/vm/os_linux.cpp

Print this page

        

*** 2400,2410 **** 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); } --- 2400,2410 ---- 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 >