--- old/src/os/aix/vm/os_aix.cpp 2015-03-12 11:02:54.396994169 -0700 +++ new/src/os/aix/vm/os_aix.cpp 2015-03-12 11:02:54.275988097 -0700 @@ -1224,7 +1224,7 @@ // Note: os::abort() might be called very early during initialization, or // called from signal handler. Before adding something to os::abort(), make // sure it is async-safe and can handle partially initialized VM. -void os::abort(bool dump_core) { +void os::abort(bool dump_core, void* exceptionRecord, void* contextRecord) { os::shutdown(); if (dump_core) { #ifndef PRODUCT