--- old/src/os/linux/vm/os_linux.cpp 2017-06-28 09:41:31.051871792 -0400 +++ new/src/os/linux/vm/os_linux.cpp 2017-06-28 09:41:30.707957816 -0400 @@ -2402,7 +2402,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(); }