--- old/src/os/bsd/vm/os_bsd.cpp 2017-06-28 09:41:22.469751807 -0400 +++ new/src/os/bsd/vm/os_bsd.cpp 2017-06-28 09:41:22.105846981 -0400 @@ -1847,7 +1847,7 @@ // 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()) { + if (sig == SIGINT && VMError::is_error_reported()) { os::die(); }