--- old/src/os/aix/vm/os_aix.cpp 2017-06-28 09:41:13.661123720 -0400 +++ new/src/os/aix/vm/os_aix.cpp 2017-06-28 09:41:13.232111269 -0400 @@ -1623,7 +1623,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(); }